implemented 'vff' archives and GAL images.

This commit is contained in:
morkt
2016-06-10 04:39:29 +04:00
parent 9b04f39738
commit cb04b322f2
14 changed files with 989 additions and 0 deletions

View File

@@ -549,5 +549,17 @@ namespace GameRes.Formats.Properties {
this["MEDScriptScheme"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public uint GALKey {
get {
return ((uint)(this["GALKey"]));
}
set {
this["GALKey"] = value;
}
}
}
}