quantum-space-buddies/QSB/Player/GamePlatform.cs
2022-01-11 20:08:38 -08:00

9 lines
76 B
C#

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