We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e37c4 commit 2620a4bCopy full SHA for 2620a4b
1 file changed
scripts/Facade.reds
@@ -1,7 +1,7 @@
1
import EquipmentEx.OutfitSystem
2
3
public abstract class EquipmentEx {
4
- public static func Version() -> String = "1.1.10";
+ public static func Version() -> String = "1.1.9";
5
6
public static func Activate(game: GameInstance) {
7
OutfitSystem.GetInstance(game).Activate();
0 commit comments