5 lines
86 B
C#
5 lines
86 B
C#
namespace fxl.codes.kisekae.data.Archives.Algorithms;
|
|
|
|
public interface IAlgorithm
|
|
{
|
|
} |