コード例 #1
0
 internal virtual bool ShouldFallAsleep(MySmallShipBot bot)
 {
     return bot.IsFarEnoughToBeAsleep();
 }
コード例 #2
0
 internal virtual bool ShouldFallAsleep(MySmallShipBot bot)
 {
     return(bot.IsFarEnoughToBeAsleep());
 }