Refactor ResourceManager & CommandManager

This commit is contained in:
Somebody
2024-08-27 19:11:47 +08:00
parent ddb0111e9a
commit 21c2bc8f17
5 changed files with 80 additions and 73 deletions

View File

@@ -116,7 +116,7 @@ public class EntryPoint
// Register the command handlers
try
{
CommandManager.RegisterCommand();
CommandManager.RegisterCommands();
}
catch (Exception e)
{