Annotation Interface PlayerDataFile
For testing, not fully implemented yet
-
Optional Element Summary
Optional Elements
-
Element Details
-
fileType
FileType fileTypeThe filetype to save this PlayerDataFile as- Returns:
- An enum value from
FileType
- Default:
- JSON
-
runAsync
boolean runAsyncShould data of this file be saved asynchronously, or in sync this value is defaulted to true- Returns:
- A
Boolean
, true if you want to run async saving (default true), false if not
- Default:
- true
-