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