Some refactoring from feedback
This commit is contained in:
parent
0770e3d125
commit
9fb27543b9
3 changed files with 308 additions and 269 deletions
|
|
@ -681,7 +681,8 @@ namespace TShockAPI
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determines if the player can build a tile object on a given point.
|
||||
/// Determines if the player can build a multi-block tile object on a given point.
|
||||
/// Tile objects include things like Doors, Trap Doors, Item Frames, Beds, and Dressers.
|
||||
/// </summary>
|
||||
/// <param name="x">The x coordinate they want to build at.</param>
|
||||
/// <param name="y">The y coordinate they want to build at.</param>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue