Skip to content

Instantly share code, notes, and snippets.

@lordcodes
Created November 2, 2017 11:12
Show Gist options
  • Save lordcodes/4511103b76c95a3487a89e5e7868d438 to your computer and use it in GitHub Desktop.
Save lordcodes/4511103b76c95a3487a89e5e7868d438 to your computer and use it in GitHub Desktop.
PowerPrefs API basic usage
PowerPrefs.ForBool().Get("aBoolean");
PowerPrefs.ForInt().Get("anInteger", -1);
PowerPrefs.ForLong().Set("aLong", 123456);
PowerPrefs.ForString().Set("aString", "Hello");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment