mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-11 18:54:52 +00:00
9 lines
165 B
C#
9 lines
165 B
C#
namespace PepperDash.Essentials.Core
|
|
{
|
|
public interface IDspPreset
|
|
{
|
|
void RunPreset(string name);
|
|
|
|
void RunPreset(int id);
|
|
}
|
|
} |