0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 08:10:45 -05:00
modules/project/SPT.Common/SPTPluginInfo.cs

11 lines
300 B
C#

// --- Autogenerated file ---
// ----- Do not modify! -----
namespace SPT.Common
{
public static class SPTPluginInfo
{
public const string PLUGIN_VERSION = "1.0.0.0";
}
}