Added basic system for logging in and adding users ingame.

This commit is contained in:
Lucas Nicodemus 2011-06-30 19:41:37 -06:00
parent c52e8cbf5d
commit da055867c9
4 changed files with 146 additions and 2 deletions

View file

@ -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
{