quantum-space-buddies/QSB/Player/GamePlatform.cs

11 lines
91 B
C#
Raw Normal View History

2021-10-21 17:21:54 +01:00
namespace QSB.Player
{
public enum GamePlatform
{
Steam,
2022-01-18 17:34:26 -08:00
Epic,
Xbox,
PS4
2021-10-21 17:21:54 +01:00
}
}