new GetComponentString, and docs updated

This commit is contained in:
Evil Factory
2021-09-13 16:47:05 -03:00
parent b480e6797c
commit 6e5de74f37
7 changed files with 46 additions and 13 deletions
@@ -111,7 +111,7 @@ namespace Barotrauma
public readonly bool NeedsAir;
}
class AfflictionPrefab : IPrefab, IDisposable, IHasUintIdentifier
partial class AfflictionPrefab : IPrefab, IDisposable, IHasUintIdentifier
{
public class Effect
{
@@ -261,14 +261,6 @@ namespace Barotrauma
}
}
public static AfflictionPrefab[] ListArray
{
get
{
return List.ToArray();
}
}
public string FilePath { get; private set; }
/// <summary>