Added version information.
This commit is contained in:
parent
b5e43662f0
commit
ddf5e6dacb
2 changed files with 6 additions and 0 deletions
|
|
@ -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"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue