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