Collectables online, Main hall Join

This commit is contained in:
Sewmina
2022-04-20 03:12:23 +05:30
parent 56a926ec34
commit 3a6cda1a22
76 changed files with 3798 additions and 1632 deletions

View File

@@ -11,6 +11,8 @@ public class BuildingData : ScriptableObject
};
public string description;
public bool collectable;
public float[] productinoRates;
}
[System.Serializable]