Moreeee controllers

This commit is contained in:
Cj
2025-01-06 21:46:30 -05:00
parent 99c0743b2b
commit a3aee5dcf6
3 changed files with 260 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
namespace Core.Controllers;
// TODO: This seems unused, is it even needed?
public class HandBookController
{
public void Load()
{
throw new NotImplementedException();
}
}