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

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

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