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

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

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