We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1a912 commit 10754afCopy full SHA for 10754af
Assets/MapEditor/Scripts/ToolTips.cs
@@ -4,7 +4,7 @@ namespace RustMapEditor.Variables
4
{
5
public static class ToolTips
6
7
- public const string EditorVersion = "v0.1.6";
+ public const string EditorVersion = "v0.1.7";
8
public static GUIContent cancel = new GUIContent("Cancel", "Cancels the current operation");
9
public static GUIContent optionsLabel = new GUIContent("Options");
10
0 commit comments