Added basic system for logging in and adding users ingame.
This commit is contained in:
parent
c52e8cbf5d
commit
da055867c9
4 changed files with 146 additions and 2 deletions
|
|
@ -40,6 +40,7 @@ namespace TShockAPI
|
|||
public bool InitSpawn = false;
|
||||
public bool DisplayLogs = true;
|
||||
public Vector2 oldSpawn = Vector2.Zero;
|
||||
public int LoginAttempts { get; set; }
|
||||
|
||||
public bool RealPlayer
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue