🪛VersionValidator

Used to keep valid save data and run actions on version update

In constructor you can always validate some variables from other system. In OnVersionUpdated method you can validate save data between versions.

In SaveSystem Data you can find GameVersion property. Use it to apply correct actions between updates if needed.

Last updated