- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace XmdsServerTestBots
- {
- public class BotConfig
- {
- public string GAME_DATA_ROOT_PATH = "/GameEditor/data";
-
- public string TEST_SERVER_CONNECTION_STRING = "127.0.0.1:19999";
- }
- }
|