Table of Contents

Struct RawSubstDef

Namespace
RandomizerCore.Logic
Assembly
RandomizerCore.dll
public readonly record struct RawSubstDef : IEquatable<RawSubstDef>
Implements
Inherited Members

Constructors

RawSubstDef(string, string, string)

public RawSubstDef(string name, string old, string replacement)

Parameters

name string
old string
replacement string

Properties

name

public string name { get; init; }

Property Value

string

old

public string old { get; init; }

Property Value

string

replacement

public string replacement { get; init; }

Property Value

string