Table of Contents

Struct SaveEntry

Namespace
AO
Assembly
CoreAssembly.dll

SaveEntry is a struct that represents a key value pair in an ordered set.

public struct SaveEntry
Inherited Members
Extension Methods

Fields

Key

public string Key

Field Value

string

Position

public int Position

Field Value

int

Value

public double Value

Field Value

double