Interface ISavedDataProvider
The IData class that implements this interface implies that it is able to create an ISavedData.
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface ISavedDataProvider : IData
Methods
CreateSavedData()
Returns an ISavedData that works with this ISavedDataProvider.
Declaration
ISavedData CreateSavedData()
Returns
Type | Description |
---|---|
ISavedData |