Struct Entity.SpawnEvent
public record struct Entity.SpawnEvent : IEquatable<Entity.SpawnEvent>
- Implements
- Inherited Members
Constructors
SpawnEvent(Entity)
public SpawnEvent(Entity Self)
Parameters
Self
Entity
Properties
Self
public Entity Self { readonly get; set; }