Exemplo n.º 1
0
        /// <inheritdoc />
        public override void OnEnabled()
        {
            MapEvents.SubscribeEvents();
            PlayerEvents.SubscribeEvents();
            ServerEvents.SubscribeEvents();

            harmony = new Harmony($"build.scp457.{DateTime.UtcNow.Ticks}");
            harmony.PatchAll();

            base.OnEnabled();
        }