Ejemplo n.º 1
0
        private void Initialize()
        {
            initialized = true;
            if (MyAPIGateway.Utilities.IsDedicated && MyAPIGateway.Multiplayer.IsServer)
            {
                SEAUtilities.Logging.Static.WriteLine("Initialization error");
                return;
            }

            Context = new SEAContext(out allowUpdate);
            SEAUtilities.Logging.Static.WriteLine("Initialized");
        }