Exemple #1
0
 public L2Pet(int objectId, NpcTemplate template) : base(objectId, template)
 {
     ObjectSummonType = 2;
     Name             = string.Empty;
     Inventory        = new PetInventory(this);
 }
 public GSPacketIn SendUpdateUserPet(PetInventory bag, int[] slots)
 {
     throw new NotImplementedException();
 }