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

11 lines
91 B
C#

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