Translations:Development/34/en

From DDraceNetwork

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.