Unstable 1.1.14.0
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#nullable enable
|
||||
|
||||
namespace Barotrauma;
|
||||
|
||||
partial class EventLogAction : EventAction
|
||||
{
|
||||
partial void AddEntryProjSpecific(EventLog? eventLog, string displayText)
|
||||
{
|
||||
eventLog?.AddEntry(ParentEvent.Prefab.Identifier, Id, displayText);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user