remove trailing whitespace
This commit is contained in:
parent
5e9cfb2791
commit
6734775620
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
TShock, a server mod for Terraria
|
TShock, a server mod for Terraria
|
||||||
Copyright (C) 2011 The TShock Team
|
Copyright (C) 2011 The TShock Team
|
||||||
|
|
||||||
|
|
@ -36,7 +36,7 @@ namespace TShockAPI
|
||||||
public string Message { get; private set; }
|
public string Message { get; private set; }
|
||||||
public TSPlayer Player { get; private set; }
|
public TSPlayer Player { get; private set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Parameters passed to the arguement. Does not include the command name.
|
/// Parameters passed to the arguement. Does not include the command name.
|
||||||
/// IE '/kick "jerk face"' will only have 1 argument
|
/// IE '/kick "jerk face"' will only have 1 argument
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public List<string> Parameters { get; private set; }
|
public List<string> Parameters { get; private set; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue