Exemplo n.º 1
0
 // Start is called before the first frame update
 void Awake()
 {
     m_Instance = this;
 }
 void Start()
 {
     m_BattleManager = BattleManager.m_Instance;
     m_RoamManager   = RoamManager.m_Instance;
 }