コード例 #1
0
ファイル: GameDriver9.cs プロジェクト: Beanalby/1GameAMonth13
 public void Awake()
 {
     if(_instance != null) {
         Destroy(gameObject);
         return;
     }
     _instance = this;
 }
コード例 #2
0
 public void Start()
 {
     driver = GameDriver9.instance;
     UpdateTexture();
 }