コード例 #1
0
 private void Awake()
 {
     maker     = LevelButonMaker.Instance;
     posList   = new List <Vector3>();
     lvInfoMgr = LevelInfoMgr.Instance;
 }
コード例 #2
0
 private void Awake()
 {
     _instance = this;
     parent    = this.transform;
 }