コード例 #1
0
    public void OnEnemyDead(Skelly enemy)
    {
        // GH: Force the loop check to see if we have to advance the wave

        print("Advance next wave check");
        advanceNextWaveCheck = true;
    }
コード例 #2
0
ファイル: SkellyAI.cs プロジェクト: nosfex/aztec_treasure
 void Start()
 {
     body = GetComponent<Skelly>();
 }
コード例 #3
0
 public void PickedTurretToBuild(Skelly turret)
 {
     turretpicked = turret;
 }