コード例 #1
0
ファイル: Bomb.cs プロジェクト: Oliviya11/UnityProject
 protected override bool findCondition(HeroRabbit rabbit)
 {
     return(!rabbit.hasShield());
 }