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

10 lines
84 B
C#
Raw Normal View History

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