8 lines
141 B
C#
8 lines
141 B
C#
namespace UltimateWater.Internal
|
|
{
|
|
public interface IWavesParticleSystemPlugin
|
|
{
|
|
void UpdateParticles(float time, float deltaTime);
|
|
}
|
|
}
|