コード例 #1
0
 void Start()
 {
     msInstance = this;
 }
コード例 #2
0
 void OnDestroy()
 {
     msInstance = null;
 }
コード例 #3
0
ファイル: EffectPoolManager.cs プロジェクト: WeeirJoe/Joe
 void Awake()
 {
     Instance = this;
 }