This commit is contained in:
rfi
2024-02-22 00:25:19 +07:00
parent 9b6673138e
commit b232088f4d
8 changed files with 18 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ using BLHX.Server.Common.Utils;
namespace BLHX.Server.Game.Commands;
[commandHandler("test", "Test command", "test type=gacha")]
[CommandHandler("test", "Test command", "test type=gacha")]
public class TestCommand : Command
{
static readonly string[] RarityStrings = { "Unknown", "Unused", "Normal", "Rare", "Elite", "SSR", "UR" };