quantum-space-buddies/QSB/Player/GamePlatform.cs
Mister_Nebula 2ae0751aa7 stuff
2021-10-21 17:21:54 +01:00

10 lines
84 B
C#

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