v0.19.0.0 (unstable)
This commit is contained in:
@@ -3,7 +3,6 @@ using Microsoft.Xna.Framework.Graphics;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Xml.Linq;
|
||||
|
||||
namespace Barotrauma.Particles
|
||||
{
|
||||
@@ -217,6 +216,11 @@ namespace Barotrauma.Particles
|
||||
}
|
||||
}
|
||||
|
||||
public void ClearParticles()
|
||||
{
|
||||
particleCount = 0;
|
||||
}
|
||||
|
||||
public void RemoveByPrefab(ParticlePrefab prefab)
|
||||
{
|
||||
if (particles == null) { return; }
|
||||
|
||||
Reference in New Issue
Block a user