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

10 lines
84 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,
2022-01-18 17:54:41 -08:00
Xbox
2021-10-21 17:21:54 +01:00
}
}