Translations:Development/34/en

From DDraceNetwork
Revision as of 17:29, 4 May 2024 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The client side is made up of components, these are classes that inherit CComponent defined in src/game/client/component.h. These components can implement the virtual methods such as OnInit, OnMessage, etc. to provide their functionality.