OnSendTileSquare now uses GetDataHandledEventArgs.
This commit is contained in:
parent
f0a6ad54a2
commit
a3ca7f3d0e
1 changed files with 1 additions and 7 deletions
|
|
@ -641,14 +641,8 @@ namespace TShockAPI
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// For use in a SendTileSquare event
|
/// For use in a SendTileSquare event
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class SendTileSquareEventArgs : HandledEventArgs
|
public class SendTileSquareEventArgs : GetDataHandledEventArgs
|
||||||
{
|
{
|
||||||
/// <summary>The TSPlayer that triggered the event.</summary>
|
|
||||||
public TSPlayer Player { get; set; }
|
|
||||||
|
|
||||||
/// <summary>The raw memory stream from the original event</summary>
|
|
||||||
public MemoryStream Data { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Size of the area
|
/// Size of the area
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue