Esempio n. 1
0
 internal virtual bool ShouldFallAsleep(MySmallShipBot bot)
 {
     return bot.IsFarEnoughToBeAsleep();
 }
 internal virtual bool ShouldFallAsleep(MySmallShipBot bot)
 {
     return(bot.IsFarEnoughToBeAsleep());
 }