We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806a5f4 commit 7534566Copy full SHA for 7534566
2 files changed
.gitignore
@@ -3,8 +3,8 @@
3
/.vscode
4
/archive/packed
5
/archive/source/raw/**/*.json
6
-/archive/install_log.xml
7
-/archive/layout.xml
+/archive/*.xml
+/archive/*.zip
8
/build
9
/dev
10
/*.log
scripts/Facade.reds
@@ -1,7 +1,7 @@
1
import EquipmentEx.OutfitSystem
2
public abstract class EquipmentEx {
- public static func Version() -> String = "0.9.2";
+ public static func Version() -> String = "0.9.3";
public static func Activate(game: GameInstance) {
OutfitSystem.GetInstance(game).Activate();
0 commit comments