Beispiel #1
0
 public override void TriggerAbility() //the functions from the "Ability" class must be implemented/overrided here or an error in this script will be thrown
 {
     pretendShoot.DoSomething();       //calls the function from the "PracticeLog" script
 }