Class DeathPersistentSaveData.SessionRecord
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class DeathPersistentSaveData.SessionRecord
- Inheritance
-
DeathPersistentSaveData.SessionRecord
- Inherited Members
-
Constructors
SessionRecord(bool, bool)
public SessionRecord(bool survived, bool travelled)
Parameters
survived bool
travelled bool
Fields
survived
Field Value
- bool
travelled
Field Value
- bool
unrecognizedRecord
public string unrecognizedRecord
Field Value
- string
Methods
MakeFromString(string)
public static DeathPersistentSaveData.SessionRecord MakeFromString(string s)
Parameters
s string
Returns
- DeathPersistentSaveData.SessionRecord
ToString()
public override string ToString()
Returns
- string