Translations:Development/29/zh: Difference between revisions

From DDraceNetwork
(Created page with "这个游戏使用自己的[https://en.wikipedia.org/wiki/Entity_component_system 实体组件系统],所有其他实体派生到的主类是<code>CEntity</code>,位于<code>src/game/server/Entity.h</code>中。")
 
No edit summary
 
Line 1: Line 1:
这个游戏使用自己的[https://en.wikipedia.org/wiki/Entity_component_system 实体组件系统],所有其他实体派生到的主类<code>CEntity</code>,位于<code>src/game/server/Entity.h</code>
这个游戏使用自己的面向对象的实体分级系统,所有其他实体源于主类<code>CEntity</code>,位于<code>src/game/server/e
ntity.h</code>目录

Latest revision as of 03:16, 30 July 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development)
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>.

这个游戏使用自己的面向对象的实体分级系统,所有其他实体源于主类CEntity,位于src/game/server/e ntity.h目录。