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

9 lines
76 B
C#
Raw Normal View History

2021-10-21 16:21:54 +00:00
namespace QSB.Player
{
public enum GamePlatform
{
Steam,
Epic
}
}