using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace BansheeEngine { /** @addtogroup Particles * @{ */ /// Updates properties of all active particles in a particle system in some way. public partial class ParticleEvolver : ScriptObject { private ParticleEvolver(bool __dummy0) { } protected ParticleEvolver() { } } /** @} */ }