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