Exemple #1
0
        private void Start()
        {
            gridBase = GridBase.GetInstance();
            manager  = LevelManager.GetInstance();
            ui       = Interface_manager.GetInstance();

            PaintAll();
        }
Exemple #2
0
 private void Awake()
 {
     instance = this;
 }