Initial Commit
This commit is contained in:
21
Assets/Scripts/StockInfo.cs
Normal file
21
Assets/Scripts/StockInfo.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using UnityEngine;
|
||||
|
||||
[System.Serializable]
|
||||
public class StockInfo
|
||||
{
|
||||
public string name;
|
||||
public enum StockType
|
||||
{
|
||||
Produce,
|
||||
Dairy,
|
||||
Meat,
|
||||
Bakery,
|
||||
Frozen,
|
||||
Cereal,
|
||||
bigDrink,
|
||||
chipsTube,
|
||||
fruit,
|
||||
fruitLarge
|
||||
}
|
||||
public StockType typeOfStock;
|
||||
}
|
||||
Reference in New Issue
Block a user