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

8 lines
147 B
C#

namespace Popstation
{
public class SFOEntry
{
public string Key { get; set; }
public object Value { get; set; }
}
}