Skip to content

Commit 337c733

Browse files
committed
Add version number to main class
1 parent 3891cfa commit 337c733

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Console.cs

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ namespace Consolation
1010
/// </summary>
1111
class Console : MonoBehaviour
1212
{
13+
public static Version version = new Version(1, 0, 0);
14+
1315
#region Inspector Settings
1416

1517
/// <summary>

0 commit comments

Comments
 (0)