Class EventBridge.BuffServerSpawnEvent
Event raised on server side when a buff entity prefab spawns.
public record EventBridge.BuffServerSpawnEvent : Event<EventBridge.BuffServerSpawnEvent>, IEvent, IEquatable<Event>, IEquatable<Event<EventBridge.BuffServerSpawnEvent>>, IEquatable<EventBridge.BuffServerSpawnEvent>
- Inheritance
-
EventBridge.BuffServerSpawnEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
BuffServerSpawnEvent(Entity, PrefabGUID)
Event raised on server side when a buff entity prefab spawns.
public BuffServerSpawnEvent(Entity BuffEntity, PrefabGUID BuffGuid)
Parameters
BuffEntity
EntityBuffGuid
PrefabGUID
Properties
BuffEntity
public Entity BuffEntity { get; init; }
Property Value
- Entity
BuffGuid
public PrefabGUID BuffGuid { get; init; }
Property Value
- PrefabGUID