void onMapStart(MapStartEvent e)
 {
     m_mapEnabled = true;
 }
Beispiel #2
0
 void onOpenMap(MapStartEvent e)
 {
     gameObject.SetActive(true);
 }