Beispiel #1
0
 void SeedPicked(int count, float unit)
 {
     if (gunController == null)
     {
         return;
     }
     gunController.AddSeeds(count);
 }