Skip to content

Commit

Permalink
Update CommonValues.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Byte-Nova committed Nov 2, 2024
1 parent 6fa5c35 commit c417ad1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Source/Shared/Misc/CommonValues.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ namespace Shared
{
public static class CommonValues
{
public readonly static string executableVersion = "dev";

public readonly static string clientAssemblyName = "GameClient";

public readonly static string serverAssemblyName = "GameServer";
public readonly static string executableVersion = "24.11.2.1";

public static readonly string defaultParserMethodName = "ParsePacket";

Expand Down

0 comments on commit c417ad1

Please sign in to comment.