mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-03-26 03:34:41 -05:00
8 lines
109 B
C#
8 lines
109 B
C#
namespace pk3DS.Core.Randomizers
|
|
{
|
|
public interface IRandomizer
|
|
{
|
|
void Execute();
|
|
}
|
|
}
|