Regions can now be defined in any direction.
Fixed column names are now in the insert. This should fix any weirdness with column order.
This commit is contained in:
parent
f90b530531
commit
4dae27001c
4 changed files with 33 additions and 108 deletions
|
|
@ -39,9 +39,8 @@ namespace TShockAPI
|
|||
public bool ReceivedInfo { get; set; }
|
||||
public int Index { get; protected set; }
|
||||
public DateTime LastPvpChange { get; protected set; }
|
||||
public Rectangle TempArea;
|
||||
public bool AwaitingTemp1 { get; set; }
|
||||
public bool AwaitingTemp2 { get; set; }
|
||||
public Point[] TempPoints = new Point[2];
|
||||
public int AwaitingTempPoint { get; set; }
|
||||
public bool AwaitingName { get; set; }
|
||||
public DateTime LastExplosive { get; set; }
|
||||
public DateTime LastTileChangeNotify { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue