v1.7.7.0 (Winter Update 2024)
This commit is contained in:
@@ -10,6 +10,7 @@ namespace Barotrauma.Particles
|
||||
{
|
||||
public static readonly PrefabCollection<ParticlePrefab> Prefabs = new PrefabCollection<ParticlePrefab>();
|
||||
|
||||
[Flags]
|
||||
public enum DrawTargetType { Air = 1, Water = 2, Both = 3 }
|
||||
|
||||
public readonly List<Sprite> Sprites;
|
||||
|
||||
Reference in New Issue
Block a user