chovy-sign/LibChovy/ChovyTypes.cs
2023-04-18 15:10:03 +12:00

15 lines
208 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LibChovy
{
public enum ChovyTypes
{
POPS,
PSP
}
}