Class FobBuilt
Event listener args which fires after a BunkerFob is built up.
[EventModel(EventSynchronizationContext.Pure)]
public class FobBuilt : IActionLoggableEvent, IFobNeedsUIUpdateEvent
- Inheritance
-
FobBuilt
- Implements
- Inherited Members
Properties
Fob
The BunkerFob that was built up.
public required BunkerFob Fob { get; init; }
Property Value
Shovelable
The shovelable replaced by the FOB. This buildable is not alive.
public required ShovelableBuildable Shovelable { get; init; }
Property Value
Methods
GetActionLogEntry(IServiceProvider, ref ActionLogEntry[]?)
public ActionLogEntry GetActionLogEntry(IServiceProvider serviceProvider, ref ActionLogEntry[]? multipleEntries)
Parameters
serviceProviderIServiceProvidermultipleEntriesActionLogEntry[]