Struct ExampleSpawnPoint
public readonly record struct ExampleSpawnPoint : IEquatable<ExampleSpawnPoint>
- Implements
- Inherited Members
Constructors
ExampleSpawnPoint(int, int, int)
public ExampleSpawnPoint(int X, int Y, int Z)
Parameters
Properties
X
public int X { get; init; }
Property Value
Y
public int Y { get; init; }
Property Value
Z
public int Z { get; init; }