Submodule update + API version update
This commit is contained in:
parent
703a31580e
commit
02c58b5c93
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,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(1, 26)]
|
||||
[ApiVersion(2, 0)]
|
||||
public class TShock : TerrariaPlugin
|
||||
{
|
||||
/// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue