Translations:Development/29/en: Difference between revisions
Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
This game uses its own | This game uses its own hierarchical object-oriented entity system, the main class to which all other entities derive from is <code>CEntity</code> located in <code>src/game/server/entity.h</code>. |
Latest revision as of 08:50, 22 April 2023
This game uses its own hierarchical object-oriented entity system, the main class to which all other entities derive from is CEntity
located in src/game/server/entity.h
.