10 lines
117 B
C#
10 lines
117 B
C#
|
|
namespace NeoSaveGames
|
|
{
|
|
public enum SavePathRoot
|
|
{
|
|
PersistantDataPath,
|
|
DataPath
|
|
}
|
|
}
|