DotRecastNetSim/src/DotRecast.Core/IRcRand.cs

7 lines
94 B
C#

namespace DotRecast.Core
{
public interface IRcRand
{
float Next();
}
}