From 88d3b2ec4317d7fc9c6e2364405197d41b42e505 Mon Sep 17 00:00:00 2001 From: Nebby Date: Sun, 15 Sep 2024 12:07:19 -0300 Subject: [PATCH] Lower min required ROR2 version to 1.3.0 --- Editor/R2APISupport/RoR2.Editor.R2API.asmdef | 2 +- Editor/ThunderkitSupport/RoR2.Editor.ThunderKit.asmdef | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Editor/R2APISupport/RoR2.Editor.R2API.asmdef b/Editor/R2APISupport/RoR2.Editor.R2API.asmdef index e0da7f2..89df646 100644 --- a/Editor/R2APISupport/RoR2.Editor.R2API.asmdef +++ b/Editor/R2APISupport/RoR2.Editor.R2API.asmdef @@ -30,7 +30,7 @@ "versionDefines": [ { "name": "riskofrain2", - "expression": "1.3.1", + "expression": "1.3.0", "define": "R2EK_ROR2_IMPORTED" }, { diff --git a/Editor/ThunderkitSupport/RoR2.Editor.ThunderKit.asmdef b/Editor/ThunderkitSupport/RoR2.Editor.ThunderKit.asmdef index bb173a8..c4f93a8 100644 --- a/Editor/ThunderkitSupport/RoR2.Editor.ThunderKit.asmdef +++ b/Editor/ThunderkitSupport/RoR2.Editor.ThunderKit.asmdef @@ -30,7 +30,7 @@ }, { "name": "riskofrain2", - "expression": "1.3.1", + "expression": "1.3.0", "define": "R2EK_ROR2_IMPORTED" } ],