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 : IDisposable
Properties
Id
Declaration
string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Restore()
Declaration
Task Restore()
Returns
| Type | Description |
|---|---|
| Task |