chovy-sign/CHOVY-SIGN/POPS/SFOValues.cs

8 lines
209 B
C#

namespace Popstation
{
public class SFOValues
{
public const string PS1Category = "ME";
public const string License = "Copyright(C) Sony Computer Entertainment America Inc.";
}
}