예제 #1
0
 void MoveTile(InventorySlot oldSlot, InventorySlot newSlot)
 {
     oldSlot.UnsetTile();
     newSlot.SetTile(this);
 }