示例#1
0
 public void Awake()
 {
     Instance     = this;
     DropInConfig = new DropInMultiplayerConfig(Config);
     SetupHooks();
     CommandHelper.AddToConsoleWhenReady();
 }
示例#2
0
        public void Awake()
        {
            CommandHelper.AddToConsoleWhenReady();

            Instance     = this;
            Logger       = base.Logger;
            DropInConfig = new DropInMultiplayerConfig(Config);

            SetupEventHandlers();
        }
示例#3
0
 public void Awake()
 {
     _config = new DropInMultiplayerConfig(Config);
     SetupHooks();
     Logger.LogMessage("Drop-In Multiplayer Loaded!");
 }