Document Warp() constructor
This commit is contained in:
parent
d628b59012
commit
06becadc8d
1 changed files with 2 additions and 0 deletions
|
|
@ -232,6 +232,8 @@ namespace TShockAPI.DB
|
||||||
WarpPos = position;
|
WarpPos = position;
|
||||||
IsPrivate = isPrivate;
|
IsPrivate = isPrivate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>Creates a warp with a default coordinate of zero, an empty name, public.</summary>
|
||||||
public Warp()
|
public Warp()
|
||||||
{
|
{
|
||||||
Position = Point.Zero;
|
Position = Point.Zero;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue