コード例 #1
0
ファイル: FGameObjectBar.cs プロジェクト: touyi/2019Shoot
 void Awake()
 {
     if (_instance == null)
     {
         _instance = this;
     }
 }
コード例 #2
0
ファイル: FGameObjectBar.cs プロジェクト: touyi/2019Shoot
 void OnEnable()
 {
     if (_instance == null)
     {
         _instance = this;
     }
 }