Interface IPostLoadMigration
Migration which performs some actions OnPostLoad(). Call to OnPostLoad() adds to PostLoadMethods if migration version higher than save version.
Namespace: Eco.Core.Serialization.Migrations
Assembly: Eco.Core.dll
Syntax
public interface IPostLoadMigration
Methods
OnPostLoad()
Callback for post-load migration actions.
Declaration
void OnPostLoad()