Table of Contents

Struct ExampleWorldMetadata

Namespace
Shard.Examples
Assembly
Shard.Examples.dll
public readonly record struct ExampleWorldMetadata : IEquatable<ExampleWorldMetadata>
Implements
Inherited Members

Constructors

ExampleWorldMetadata(string)

public ExampleWorldMetadata(string DisplayName)

Parameters

DisplayName string

Properties

DisplayName

public string DisplayName { get; init; }

Property Value

string