7 lines
92 B
C#
7 lines
92 B
C#
|
namespace CubicNoise.Contracts
|
|||
|
{
|
|||
|
public interface IParameterName
|
|||
|
{
|
|||
|
}
|
|||
|
}
|