SEB-Patcher/SEBPatcherUtils/Constants.cs

11 lines
223 B
C#

namespace SEBPatcherUtils
{
public class Constants
{
public string patcherVersion = "1.0.0";
public string sebTargetVersion = "3.8.0";
public string monomodNetVersion = "4.5.2";
}
}