More controller prototypes

This commit is contained in:
Cj
2025-01-06 22:58:14 -05:00
parent 7b752970ff
commit 51bdca38fa
7 changed files with 265 additions and 7 deletions
+7 -1
View File
@@ -2,5 +2,11 @@ namespace Core.Controllers;
public class PresetController
{
// TODO
/// <summary>
///
/// </summary>
public void Initialize()
{
throw new NotImplementedException();
}
}