예제 #1
0
        public int PlayerRecovery(bool h)
        {
            int result = _playerModel.Recovery(h);

            return(result);
        }
예제 #2
0
        public int BotRecovery(bool h)
        {
            int result = _npc.Recovery(h);

            return(result);
        }