A 2D Farming RPG
This is just a simple 2D farming RPG game
Loading...
Searching...
No Matches
InventoryItem.cs
Go to the documentation of this file.
1[System.Serializable]
2public struct InventoryItem
3{
4 public int _ItemCode;
5 public int _ItemQuantity;
6}