Пример #1
0
 void HandleOver()
 {
     if (orbcolor == OrbColor.Red && Time.time < timeCreated + redGracePeriod)
     {
         //do nothing
     }
     else
     {
         manager.touchOrb(this);
     }
 }