コード例 #1
0
ファイル: GameBasic.cs プロジェクト: anningwithv/jumpchick
 protected virtual void Awake()
 {
     if (_game == null)
     {
         _game = this;
     }
 }