We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3891cfa commit 337c733Copy full SHA for 337c733
Console.cs
@@ -10,6 +10,8 @@ namespace Consolation
10
/// </summary>
11
class Console : MonoBehaviour
12
{
13
+ public static Version version = new Version(1, 0, 0);
14
+
15
#region Inspector Settings
16
17
/// <summary>
0 commit comments