Пример #1
0
        static UOFCentral()
        {
            EntryTypes = typeof(Entry).GetConstructableChildren();

            CMOptions = new UOFCentralOptions();

            StateFile = IOUtility.EnsureFile(VitaNexCore.SavesDirectory + "/UOFCentral/State.bin");

            State = new State();
        }
Пример #2
0
		static UOFCentral()
		{
			EntryTypes = typeof(Entry).GetConstructableChildren();

			CMOptions = new UOFCentralOptions();

			StateFile = IOUtility.EnsureFile(VitaNexCore.SavesDirectory + "/UOFCentral/State.bin");

			State = new State();
		}