TShock 4.3.10 - APIVersion 1.22

This commit is contained in:
Tyler Watson 2015-09-12 18:08:10 +10:00
parent 2e5eaae0b3
commit 34f28bace3
5 changed files with 17 additions and 7 deletions

View file

@ -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.
/// TShock also complies with the API versioning system, and defines its required API version here.
/// </summary>
[ApiVersion(1, 21)]
[ApiVersion(1, 22)]
public class TShock : TerrariaPlugin
{
/// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary>