예제 #1
0
 internal virtual bool ShouldFallAsleep(MySmallShipBot bot)
 {
     return bot.IsFarEnoughToBeAsleep();
 }
예제 #2
0
 internal virtual bool ShouldFallAsleep(MySmallShipBot bot)
 {
     return(bot.IsFarEnoughToBeAsleep());
 }