Struct Entity.ClientSpawnEvent

Namespace
Game.Shared
Assembly
Game.dll
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; }

Property Value

Entity