list array for affliction prefabs

This commit is contained in:
Evil Factory
2021-08-05 15:47:55 -03:00
parent e5b1f1cf46
commit 058b27af32
@@ -261,6 +261,14 @@ namespace Barotrauma
} }
} }
public static AfflictionPrefab[] ListArray
{
get
{
return List.ToArray();
}
}
public string FilePath { get; private set; } public string FilePath { get; private set; }
/// <summary> /// <summary>