Update to API 2.1
This commit is contained in:
parent
5165f939bd
commit
72677506d6
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ namespace TShockAPI
|
|||
/// This is the TShock main class. TShock is a plugin on the TerrariaServerAPI, so it extends the base TerrariaPlugin.
|
||||
/// TShock also complies with the API versioning system, and defines its required API version here.
|
||||
/// </summary>
|
||||
[ApiVersion(2, 0)]
|
||||
[ApiVersion(2, 1)]
|
||||
public class TShock : TerrariaPlugin
|
||||
{
|
||||
/// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5b6449c0ca98d51ca50eb4f29002c40e688c1ff7
|
||||
Subproject commit 3a65dff3198854b68d450df02beb07febaf40d66
|
||||
Loading…
Add table
Add a link
Reference in a new issue