コード例 #1
0
ファイル: DungeonPoint.cs プロジェクト: tododes/UNIZO
 void Start()
 {
     dungeonSelectionController = DungeonSelectionSceneController.singleton;
 }
コード例 #2
0
 void Awake()
 {
     singleton = this;
 }