Struct Entity.SpawnEvent

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

Property Value

Entity