Update InventoryType.kt

This commit is contained in:
bluefireoly
2020-10-02 19:16:42 +02:00
parent 6ce92e5574
commit 0dc2a1eb55

View File

@@ -41,14 +41,14 @@ class InventoryType<in T : ForInventory>(
interface ForInventory interface ForInventory
interface ForInventoryThreeByThree : ForInventory interface ForInventoryThreeByThree : ForInventoryThreeByNine
interface ForInventoryOneByFive : ForInventory interface ForInventoryOneByFive : ForInventoryOneByNine
interface ForInventoryOneByNine : ForInventoryOneByFive interface ForInventoryOneByNine : ForInventoryTwoByNine
interface ForInventoryTwoByNine : ForInventoryOneByNine interface ForInventoryTwoByNine : ForInventoryThreeByNine
interface ForInventoryThreeByNine : ForInventoryTwoByNine, ForInventoryThreeByThree interface ForInventoryThreeByNine : ForInventoryFourByNine
interface ForInventoryFourByNine : ForInventoryThreeByNine interface ForInventoryFourByNine : ForInventoryFiveByNine
interface ForInventoryFiveByNine : ForInventoryFourByNine interface ForInventoryFiveByNine : ForInventorySixByNine
interface ForInventorySixByNine : ForInventoryFiveByNine interface ForInventorySixByNine : ForInventory
interface ForEveryInventory interface ForEveryInventory
: ForInventoryOneByNine, ForInventoryTwoByNine, ForInventoryThreeByNine, : ForInventoryOneByNine, ForInventoryTwoByNine, ForInventoryThreeByNine,