10 lines
109 B
C#
10 lines
109 B
C#
namespace UltimateWater
|
|
{
|
|
public interface IDynamicWaterEffects
|
|
{
|
|
void Enable();
|
|
|
|
void Disable();
|
|
}
|
|
}
|