mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
changed loadfolders
This commit is contained in:
parent
27e1b8b7b6
commit
0f2984f08b
3 changed files with 11 additions and 5 deletions
Binary file not shown.
|
@ -1,8 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<loadFolders>
|
||||
<default>
|
||||
<v1.1>
|
||||
<li>/</li>
|
||||
<li IfModActive="velc.HatsDisplaySelection">Patch_HatsDisplaySelection</li>
|
||||
<li>1.1</li>
|
||||
</v1.1>
|
||||
<v1.2>
|
||||
<li>/</li>
|
||||
<li>1.2</li>
|
||||
<li IfModActive="velc.HatsDisplaySelection">Patch_HatsDisplaySelection/1.2</li>
|
||||
</v1.2>
|
||||
|
||||
</default>
|
||||
</loadFolders>
|
||||
</loadFolders>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
/*using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
@ -71,3 +71,4 @@ namespace Rimworld_Animations {
|
|||
|
||||
}
|
||||
}
|
||||
*/
|
Loading…
Reference in a new issue