Interface IBuildableEvent
The base interface for all buildable related events.
Namespace: OpenMod.Extensions.Games.Abstractions.Building
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IBuildableEvent : IEvent
Properties
| Improve this Doc View SourceBuildable
Gets the buildable related to the event.
Declaration
IBuildable Buildable { get; }
Property Value
Type | Description |
---|---|
IBuildable |