0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 06:50:44 -05:00
modules/project/SPT.Common/SPTPluginInfo.cs
2024-05-21 19:10:17 +01:00

11 lines
192 B
C#

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