Table of Contents

Struct SaveLocation

Namespace
Aarthificial.Safekeeper
Assembly
Aarthificial.Safekeeper.dll

Represents a location in the save data.

[Serializable]
public struct SaveLocation
Inherited Members

Constructors

SaveLocation(string, string)

public SaveLocation(string chunkId, string objectId)

Parameters

chunkId string
objectId string

Fields

ChunkId

The ID of the chunk.

public string ChunkId

Field Value

string

ObjectId

The ID of the object.

public string ObjectId

Field Value

string