Beispiel #1
0
 public BlockEntityQuern()
 {
     inventory = new InventoryQuern(null, null);
     inventory.SlotModified += OnSlotModifid;
 }