diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 040147af..08d7142c 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -14,6 +14,11 @@ namespace TShockAPI { public static string saveDir = "./tshock/"; + public abstract Version Version + { + get { return new Version(0, 1); } + } + public override string Name { get { return "TShock"; } diff --git a/TShockAPI/TShockAPI.csproj b/TShockAPI/TShockAPI.csproj index 56ad2eb0..5482ca86 100644 --- a/TShockAPI/TShockAPI.csproj +++ b/TShockAPI/TShockAPI.csproj @@ -32,6 +32,7 @@ +