Interface IGameRestorePoint
Interface for an object representing a game restore point.
Inherited Members
Namespace: SociallyDistant.Core.Modules
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IGameRestorePoint : IDisposableProperties
Id
Declaration
string Id { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Methods
Restore()
Declaration
Task Restore()Returns
| Type | Description | 
|---|---|
| Task |