コード例 #1
0
 void Start()
 {
     hudManager        = HudManagerScript.instance;
     moedasManager     = MoedasManager.instance;
     checkPointManeger = CheckPointManeger.instance;
     gameController    = GameController.instance;
 }
コード例 #2
0
 void Awake()
 {
     instance = this;
 }