Table of Contents

Struct RawWaypointDef

Namespace
RandomizerCore.Logic
Assembly
RandomizerCore.dll
public readonly struct RawWaypointDef
Inherited Members

Constructors

RawWaypointDef(string, string, bool)

public RawWaypointDef(string name, string logic, bool stateless = false)

Parameters

name string
logic string
stateless bool

Fields

logic

public readonly string logic

Field Value

string

name

public readonly string name

Field Value

string

stateless

public readonly bool stateless

Field Value

bool

Operators

implicit operator RawLogicDef(RawWaypointDef)

public static implicit operator RawLogicDef(RawWaypointDef def)

Parameters

def RawWaypointDef

Returns

RawLogicDef