コード例 #1
0
ファイル: EnemyAvoidPooler.cs プロジェクト: ptrinh8/2DRS
 // Use this for initialization
 void Awake()
 {
     current = this;
 }
コード例 #2
0
ファイル: EnemyAvoidPooler.cs プロジェクト: yazici/2DRS
    // Use this for initialization

    void Awake()
    {
        current = this;
    }