Ejemplo n.º 1
0
 public BotPlayerService(IShitheadService shitheadService)
 {
     _shitheadService = shitheadService;
 }
Ejemplo n.º 2
0
        private readonly double GAME_UPDATE_BOT = -4; // 4 seconds

        public GameService(ShitheadDBContext ctx, IShitheadService shitheadService, IBotPlayerService botPlayerService)
        {
            _ctx              = ctx;
            _shitheadService  = shitheadService;
            _botPlayerService = botPlayerService;
        }