copy from github
This commit is contained in:
7
Runtime/Model/SaveSlotType.cs
Normal file
7
Runtime/Model/SaveSlotType.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Jovian.SaveSystem {
|
||||
public enum SaveSlotType {
|
||||
Manual,
|
||||
Auto,
|
||||
Quick
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user