Class RustBuildingBlockEvent
Inheritance
System.Object
RustBuildingBlockEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustBuildingBlockEvent : Event, IBuildableEvent, IEvent
Constructors
|
Improve this Doc
View Source
RustBuildingBlockEvent(RustBuildingBlock)
Declaration
public RustBuildingBlockEvent(RustBuildingBlock buildingBlock)
Parameters
Properties
|
Improve this Doc
View Source
Buildable
Declaration
public IBuildable Buildable { get; }
Property Value
|
Improve this Doc
View Source
BuildingBlock
Declaration
public RustBuildingBlock BuildingBlock { get; }
Property Value
Implements
Extension Methods