Update InventoryGUIBuilder.kt

This commit is contained in:
bluefireoly
2020-10-19 01:10:17 +02:00
parent 8072d176bf
commit ab1bf8ea26

View File

@@ -43,7 +43,7 @@ class InventoryGUIBuilder<T : ForInventory>(
} }
class InventoryGUIPageBuilder<T : ForInventory>( class InventoryGUIPageBuilder<T : ForInventory>(
val type: InventoryType<T>, private val type: InventoryType<T>,
val page: Int val page: Int
) { ) {