Added HardcoreOnly

This commit is contained in:
Deathmax 2011-06-24 19:04:52 +08:00
parent f839308883
commit 5dfc4f6e60
3 changed files with 16 additions and 1 deletions

View file

@ -59,5 +59,7 @@ namespace TShockAPI
public int Spawn_WorldID;
public bool RememberLeavePos = false;
public bool HardcoreOnly = false;
}
}