예제 #1
0
파일: Game.cs 프로젝트: ja003/GDS-Jam-2020
 protected new void Awake()
 {
     base.Awake();
     MapController.Init();
 }