Interface IOpenModDataStoreAccessor
The service used to access OpenMod's datastore.
Namespace: OpenMod.API.Persistence
Assembly: OpenMod.API.dll
Syntax
public interface IOpenModDataStoreAccessor
Remarks
This service cannot be used to access plugin datastores. Use DataStore instead.
Properties
| Improve this Doc View SourceDataStore
Gets OpenMod's own datastore.
Declaration
IDataStore DataStore { get; }
Property Value
Type | Description |
---|---|
IDataStore |