No, Data Tables are static and read only. You’d need to rewrite them.
You can save data into an array of structs (which the DataTable is already using anyway). And then store the array in a SaveGame object.
No, Data Tables are static and read only. You’d need to rewrite them.
You can save data into an array of structs (which the DataTable is already using anyway). And then store the array in a SaveGame object.