Exemplo n.º 1
0
        private void _BuildBot(int count,string ip,int port)
        {
            _Ip = ip;
            _Port = port;
            _BotAmount = count;

            var val = _SystemSelector.Use("remoting");
            val.OnValue += (requester) =>
            {
                _UserRequester = requester;
            };
        }
Exemplo n.º 2
0
 void _Appliaction_SelectSystemEvent(Regulus.Game.ConsoleFramework<TestNativeUser.IUser>.ISystemSelector system_selector)
 {
     _SystemSelector = system_selector;
 }