Added new assets

This commit is contained in:
Vladimir Koshevarov
2023-02-20 19:02:00 +02:00
parent 92a2aa49e5
commit 6388763d98
1501 changed files with 702875 additions and 637 deletions
-1
View File
@@ -7,7 +7,6 @@ public class GameManager : MonoBehaviour
public static GameManager Instance { get; private set; }
public Map GameMap;
public PlayerManager Player;
public Dictionary<StatsId, Stat> PlayerStats;
// Start is called before the first frame update