Interface IDataStoreMigration
Namespace: Eco.Core.Serialization.Migrations
Assembly: Eco.Core.dll
Syntax
public interface IDataStoreMigration
Methods
Migrate(DataStore.ExclusiveAccess, Type, Action<Object, String>)
Declaration
void Migrate(DataStore.ExclusiveAccess dataStoreAccess, Type type, Action<object, string> onLoad)
Parameters
Type | Name | Description |
---|---|---|
DataStore.ExclusiveAccess | dataStoreAccess | |
System.Type | type | |
System.Action<System.Object, System.String> | onLoad |