implemented Ren'Py archives creation.

This commit is contained in:
morkt
2014-08-17 01:31:58 +04:00
parent 7faf641f6f
commit 3bbf2d6a90
10 changed files with 556 additions and 37 deletions

View File

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