Click or drag to resize
VisitorEvent Constructor
Initializes a new instance of the VisitorEvent class

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public VisitorEvent(
	VisitorEventType eventType = null,
	int visitorCount = 0
)

Parameters

eventType (Optional)
Type: PlanetbaseVisitorEventType

[Missing <param name="eventType"/> documentation for "M:Planetbase.VisitorEvent.#ctor(Planetbase.VisitorEventType,System.Int32)"]

visitorCount (Optional)
Type: SystemInt32

[Missing <param name="visitorCount"/> documentation for "M:Planetbase.VisitorEvent.#ctor(Planetbase.VisitorEventType,System.Int32)"]

See Also