8 lines
111 B
C#
8 lines
111 B
C#
namespace UltimateWater.Internal
|
|
{
|
|
public interface IWaterShore
|
|
{
|
|
float GetDepthAt(float x, float z);
|
|
}
|
|
}
|