v1.5.7.0 (Summer Update)
This commit is contained in:
@@ -198,6 +198,12 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
|
||||
protected string GetEventDebugName()
|
||||
{
|
||||
return ParentEvent?.Prefab?.Identifier is { IsEmpty: false } identifier ? $"the event \"{identifier}\"" : "an unknown event";
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Rich test to display in debugdraw
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user