Struct Entity.PostSpawnEvent

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

Property Value

Entity