CharacterCreatedEventArgs : EventArgs
(ctor) CharacterCreatedEventArgs( NetState state, Account a, string name, bool female, int hue, int str, int dex, int intel, CityInfo city, SkillNameValue[] skills, int shirtHue, int pantsHue, int hairID, int hairHue, int beardID, int beardHue )
Account Account{ get; }
int BeardHue{ get; }
int BeardID{ get; }
CityInfo City{ get; }
int Dex{ get; }
bool Female{ get; }
int HairHue{ get; }
int HairID{ get; }
int Hue{ get; }
int Int{ get; }
Mobile Mobile{ get; set; }
string Name{ get; }
int PantsHue{ get; }
int ShirtHue{ get; }
SkillNameValue[] Skills{ get; }
NetState State{ get; }
int Str{ get; }