Class UserEvents
Various events for when users are doing stuff, used by achievements and other things.
Inheritance
System.Object
UserEvents
Namespace: Eco.Gameplay.Players.UserHelpers
Assembly: Eco.Gameplay.dll
Syntax
public static class UserEvents : Object
Fields
BlockMinedEvent
Declaration
public static ThreadSafeAction<User, Vector3i, Block> BlockMinedEvent
Field Value
| Type | Description |
|---|---|
| ThreadSafeAction<User, Vector3i, Block> |