Skip to content

Kilosoft/SaveSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SaveSystem

Discord

Unity simple save system

SaveSystem.Set("MyInt", 1);
var value = SaveSystem.Get<int>("MyInt");