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