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 995169d commit e4a81cfCopy full SHA for e4a81cf
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.7";
+ public const string EditorVersion = "v0.1.8";
8
public static GUIContent cancel = new GUIContent("Cancel", "Cancels the current operation");
9
public static GUIContent optionsLabel = new GUIContent("Options");
10
0 commit comments