Interface IGameDataWithCheckpoints
Inherited Members
Namespace: SociallyDistant.Core.Modules
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IGameDataWithCheckpoints : IGameData, IGameContent
Methods
GetRestorePoint(string)
Declaration
IGameRestorePoint? GetRestorePoint(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id |
Returns
| Type | Description |
|---|---|
| IGameRestorePoint |
RecoverSaneCheckpointOnInsaneGameExit()
Declaration
Task RecoverSaneCheckpointOnInsaneGameExit()
Returns
| Type | Description |
|---|---|
| Task |