コード例 #1
0
ファイル: DeutscheAmeise.cs プロジェクト: newice/AntMeCore
 public override void Sieht(Apfel apfel)
 {
     if (AktuellesZiel == null)
     {
         GeheZu(apfel);
     }
 }
コード例 #2
0
 public override void Sieht(Apfel apfel)
 {
     if (AktuellesZiel == null)
         GeheZu(apfel);
 }
コード例 #3
0
 public override void Erreicht(Apfel apfel)
 {
     Trage(apfel);
     GeheZuBau();
 }
コード例 #4
0
ファイル: DeutscheAmeise.cs プロジェクト: newice/AntMeCore
 public override void Erreicht(Apfel apfel)
 {
     Trage(apfel);
     GeheZuBau();
 }