Interface IBuildableDeployingEvent
The interface for any buildable deploying events.
Namespace: OpenMod.Extensions.Games.Abstractions.Building
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IBuildableDeployingEvent : ICancellableEvent, IEvent
Properties
| Improve this Doc View SourceBuildableAsset
Gets the buildable asset that is going to be used whilst deploying.
Declaration
IBuildableAsset BuildableAsset { get; }
Property Value
Type | Description |
---|---|
IBuildable |