HISP/Horse Isle Server/HorseIsleServer/Game/Inventory
2021-02-11 02:31:16 +13:00
..
HorseInventory.cs Add ranches. 2021-02-11 02:31:16 +13:00
IInventory.cs Weirest bug ever happened, it said "Item.ItemInformation" is higher protection level than Item.Tack even though both were public, i eventurally found that it was because Item was "class" where as "Item.Tack" was "public class" so i made everything be "public class" 2021-01-31 01:18:52 +13:00
InventoryItem.cs Weirest bug ever happened, it said "Item.ItemInformation" is higher protection level than Item.Tack even though both were public, i eventurally found that it was because Item was "class" where as "Item.Tack" was "public class" so i made everything be "public class" 2021-01-31 01:18:52 +13:00
PlayerInventory.cs Add ranches. 2021-02-11 02:31:16 +13:00
ShopInventory.cs Fix bugz 2021-02-06 12:04:35 +13:00