Module to handle saving and loading data.
Save.SetValue("Key", 5f);
float _value = (float) Save.GetValue("Key");
Save.SaveLocal();
Save.LoadLocal();
Module to handle saving and loading data.
Save.SetValue("Key", 5f);
float _value = (float) Save.GetValue("Key");
Save.SaveLocal();
Save.LoadLocal();