Player character.
[Visual Basic] Protected _character As PlayerCharacter [C#] protected PlayerCharacter _character; [C++] protected: PlayerCharacter* _character; [JScript] protected var _character: PlayerCharacter;
Client Class | croemud.game Namespace