コード例 #1
0
        async private void Run(int mapId)
        {
            _map = await _dbWorker.GetMap(mapId);
            while (true)
            {
                SpawnUsers();
                GetMoves();


            }
        }