public Player() { EntityType = ENTITYTYPE.PC; SyncId = 1; VisitedZones = new byte[36]; Profile = new ProfileInfo(); Record = new PlayerRecord(); NameFlags = new UIntFlags(); InventorySizes = new InventoryInfo(); LockStyle = new EquipInfo(); }
public Look() { Model = new ModelInfo(); Equipment = new EquipInfo(); }