Forest_Client/Forest/Assets/Scripts/Framework/GlobalConstants.cs

4 lines
102 B
C#
Raw Normal View History

public static class GlobalConstants
{
public const string UserBuildSaveKey = "UserBuildInfo";
}