Skip to content

Commit

Permalink
修改命名空间
Browse files Browse the repository at this point in the history
  • Loading branch information
ACaiCat authored Oct 1, 2024
1 parent 23500eb commit 189cadb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/AutoTeam/AutoTeamPlus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
using TShockAPI.Hooks;
using static TShockAPI.GetDataHandlers;

namespace autoteam;
namespace AutoTeam;

[ApiVersion(2, 1)]
public class Autoteam : TerrariaPlugin
public class AutoTeam : TerrariaPlugin
{
public override string Author => "十七改,肝帝熙恩改";
public override Version Version => new Version(2, 4, 4);
public override string Description => "AutoTeamPlus";
public override string Name => "更好的自动队伍";
public static Configuration Config;

public Autoteam(Main game) : base(game)
public AutoTeam(Main game) : base(game)
{
}

Expand Down
2 changes: 1 addition & 1 deletion src/AutoTeam/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.IO;
using TShockAPI;

namespace autoteam
namespace AutoTeam
{
public class Configuration
{
Expand Down

0 comments on commit 189cadb

Please sign in to comment.