protected override void GetReferences()
        {
            base.GetReferences();

            _networkConnections = _bootstrap.GetModel(ModelTypes.Network) as NetworkConnectionsData;
        }
Exemple #2
0
        protected override void OnStart()
        {
            base.OnStart();

            _networkData = _bootstrap.GetModel(ModelTypes.Network) as NetworkConnectionsData;
        }