Пример #1
0
        protected override void UnloadData()
        {
            Instance = null;

            Networking?.Unregister();
            Networking = null;
        }
Пример #2
0
        public override void LoadData()
        {
            Instance = this;

            Networking.Register();

            CachedPacketSettings = new PacketBlockSettings();
        }