Gamedata: Add CS class hierarchy as comment for convenience

This commit is contained in:
Arkshine
2015-08-07 17:35:29 +02:00
parent 7dff2749ec
commit fb1189fd31
100 changed files with 1222 additions and 6 deletions

View File

@ -1339,3 +1339,15 @@
}
}
}
/**
* Class Hierarchy
* -
* CBaseEntity
* CBaseDelay
* CBaseAnimating
* CBaseToggle
* CBaseMonster
* CBasePlayer
*/