projectEli/Assets/NeoFPS/Core/NeoSaveGames/SavePathRoot.cs
2022-11-06 20:28:33 -05:00

10 lines
117 B
C#

namespace NeoSaveGames
{
public enum SavePathRoot
{
PersistantDataPath,
DataPath
}
}