9 lines
110 B
C#
9 lines
110 B
C#
namespace UltimateWater
|
|
{
|
|
public enum DynamicSmoothnessMode
|
|
{
|
|
CheapApproximation = 0,
|
|
Physical = 1
|
|
}
|
|
}
|