mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 23:19:29 +00:00
remove unused ctor args
This commit is contained in:
@@ -11,7 +11,7 @@ namespace MonoGame.Extended.Particles
|
||||
{
|
||||
public class ParticleEffect : Transform2, IDisposable
|
||||
{
|
||||
public ParticleEffect(string name = null, bool autoTrigger = true, float autoTriggerDelay = 0f)
|
||||
public ParticleEffect(string name = null)
|
||||
{
|
||||
Name = name;
|
||||
Emitters = new List<ParticleEmitter>();
|
||||
|
||||
Reference in New Issue
Block a user