Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebby1999 committed May 8, 2022
1 parent b8434b3 commit f161749
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Editor/ScriptsForRoR2/RoR2EditorScripts.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"ThunderKit.Core",
"ThunderKit.Common"
],
"includePlatforms": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ A more detailed Contribution guideline can be found [here](https://github.com/ri

### Current

### '3.0.2'

* RoR2EditorScripts changes:
* Made assembly Editor Only

### '3.0.1'

* Core Changes:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "RoR2EditorKit",
"author": "RiskofThunder",
"version_number": "3.0.1",
"version_number": "3.0.2",
"website_url": "https://github.com/risk-of-thunder/RoR2EditorKit",
"description": "The Risk of Rain 2 Editor Kit (Abreviated as ROR2EK) is a Thunderkit Extension designed specifically for helping mod creators create content for Risk of Rain 2.",
"dependencies": []
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": ""
},
"displayName": "RoR2EditorKit",
"version": "3.0.1",
"version": "3.0.2",
"unity": "2019.4",
"description": "The Risk of Rain 2 Editor Kit (Abreviated as ROR2EK) is a Thunderkit Extension designed specifically for helping mod creators create content for Risk of Rain 2."
}

0 comments on commit f161749

Please sign in to comment.