12 lines
194 B
C#
12 lines
194 B
C#
namespace Core.Controllers;
|
|
|
|
public class PresetController
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public void Initialize()
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
} |