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
Properties
name
public string name { get; init; }
Property Value
old
public string old { get; init; }
Property Value
replacement
public string replacement { get; init; }