Files
2026-02-21 16:45:37 +08:00

10 lines
109 B
C#

namespace UltimateWater
{
public interface IDynamicWaterEffects
{
void Enable();
void Disable();
}
}