Unstable 0.17.0.0
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#nullable enable
|
||||
namespace Barotrauma
|
||||
{
|
||||
public class RawLString : LocalizedString
|
||||
{
|
||||
public RawLString(string value) { cachedValue = value; }
|
||||
|
||||
protected override bool MustRetrieveValue() => false;
|
||||
|
||||
public override bool Loaded => true;
|
||||
public override void RetrieveValue() { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user