quantum-space-buddies/QSB/Player/GamePlatform.cs
2022-01-18 17:54:41 -08:00

10 lines
84 B
C#

namespace QSB.Player
{
public enum GamePlatform
{
Steam,
Epic,
Xbox
}
}