Update version

This commit is contained in:
Sardelka
2022-08-16 23:17:04 +08:00
parent 7123bea8e5
commit 22bfa43ec5
13 changed files with 197 additions and 44 deletions

View File

@ -21,7 +21,7 @@ namespace RageCoop.Client
internal class Main : Script
{
private bool _gameLoaded = false;
internal static readonly string CurrentVersion = "V0_5_0";
internal static Version Version=typeof(Main).Assembly.GetName().Version;
internal static int LocalPlayerID = 0;