Update Submodule; Update to API 1.21
This commit is contained in:
parent
95ef7c9d85
commit
c073100c0a
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ namespace TShockAPI
|
||||||
/// This is the TShock main class. TShock is a plugin on the TerrariaServerAPI, so it extends the base TerrariaPlugin.
|
/// 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.
|
/// TShock also complies with the API versioning system, and defines its required API version here.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[ApiVersion(1, 20)]
|
[ApiVersion(1, 21)]
|
||||||
public class TShock : TerrariaPlugin
|
public class TShock : TerrariaPlugin
|
||||||
{
|
{
|
||||||
/// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary>
|
/// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit c7285a26806d5c109bd3a0346bc564982f501598
|
Subproject commit c5e564249e7e424a3acf08d3be5584af2b0f4032
|
||||||
Loading…
Add table
Add a link
Reference in a new issue