mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-04-24 15:16:50 -05:00
6 lines
90 B
C#
6 lines
90 B
C#
namespace pk3DS.Core.Randomizers;
|
|
|
|
public interface IRandomizer
|
|
{
|
|
void Execute();
|
|
} |