implemented Ren'Py game engine archives support.

This commit is contained in:
morkt
2014-08-16 10:38:26 +04:00
parent 83e4414ffc
commit 5e15fb5091
4 changed files with 559 additions and 0 deletions

View File

@@ -62,6 +62,7 @@
<Compile Include="ArcNPA.cs" />
<Compile Include="ArcNSA.cs" />
<Compile Include="ArcPD.cs" />
<Compile Include="ArcRPA.cs" />
<Compile Include="ArcSteinsGate.cs" />
<Compile Include="ArcXFL.cs" />
<Compile Include="ArcXP3.cs" />