Struct Entity.DespawnEvent

Namespace
Game.Shared
Assembly
Game.dll
public record struct Entity.DespawnEvent : IEquatable<Entity.DespawnEvent>
Implements
Inherited Members

Constructors

DespawnEvent(Entity)

public DespawnEvent(Entity Self)

Parameters

Self Entity

Properties

Self

public Entity Self { readonly get; set; }

Property Value

Entity