Files
2026-03-04 10:03:45 +08:00

8 lines
141 B
C#

namespace UltimateWater.Internal
{
public interface IWavesParticleSystemPlugin
{
void UpdateParticles(float time, float deltaTime);
}
}