Esempio n. 1
0
        protected void LobbySystemOnConnectedToMasterHandler(uFrame.ECS.OnConnectedToMasterDispatcher data, LobbyMenu source)
        {
            var handler = LobbySystemOnConnectedToMasterHandlerInstance;

            handler.System = this;
            handler.Event  = data;
            handler.Source = source;
            StartCoroutine(handler.Execute());
        }
Esempio n. 2
0
 protected void LobbySystemOnConnectedToMasterHandler(uFrame.ECS.OnConnectedToMasterDispatcher data, LobbyMenu source) {
     var handler = LobbySystemOnConnectedToMasterHandlerInstance;
     handler.System = this;
     handler.Event = data;
     handler.Source = source;
     StartCoroutine(handler.Execute());
 }