cs2-SimpleAdmin/CS2-SimpleAdmin/Database
Dawid Bepierszcz 78318102fe Refactor fun commands to external module
Commented out fun command implementations (noclip, godmode, freeze, unfreeze, resize) in funcommands.cs and removed their registration from RegisterCommands.cs. These commands are now intended to be provided by the new CS2-SimpleAdmin_FunCommands external module, improving modularity and maintainability.
2025-10-19 03:12:58 +02:00
..
Migrations Refactor fun commands to external module 2025-10-19 03:12:58 +02:00
Database.cs Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
IDatabaseProvider.cs Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
Migration.cs Refactor fun commands to external module 2025-10-19 03:12:58 +02:00
MysqlDatabaseProvider.cs Refactor fun commands to external module 2025-10-19 03:12:58 +02:00
SqliteDatabaseProvider.cs Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00