v1.3.0.1 (Epic Store release)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
namespace Barotrauma;
|
||||
|
||||
public static class GameVersion
|
||||
{
|
||||
public static readonly Version CurrentVersion
|
||||
= Assembly.GetEntryAssembly()?.GetName().Version ?? new Version(0,0,0,0);
|
||||
}
|
||||
Reference in New Issue
Block a user