implemented Flying Shine resource archive.

This commit is contained in:
morkt
2014-08-14 21:39:51 +04:00
parent 37d9461304
commit d1bde19bb3
10 changed files with 314 additions and 2 deletions

View File

@@ -165,5 +165,17 @@ namespace GameRes.Formats.Properties {
this["AMIUseBaseArchive"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool PDScrambleContents {
get {
return ((bool)(this["PDScrambleContents"]));
}
set {
this["PDScrambleContents"] = value;
}
}
}
}