Table of Contents

Class EventBridge.BuffServerSpawnEvent

Namespace
RisingV.Shared
Assembly
RisingV.Shared.dll

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 Entity
BuffGuid PrefabGUID

Properties

BuffEntity

public Entity BuffEntity { get; init; }

Property Value

Entity

BuffGuid

public PrefabGUID BuffGuid { get; init; }

Property Value

PrefabGUID