mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-03-22 01:44:33 -05:00
6 lines
90 B
C#
6 lines
90 B
C#
namespace pk3DS.Core.Randomizers;
|
|
|
|
public interface IRandomizer
|
|
{
|
|
void Execute();
|
|
} |