Struct Entity.DespawnEvent
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; }