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
Fields
ChunkId
The ID of the chunk.
public string ChunkId
Field Value
ObjectId
The ID of the object.
public string ObjectId