mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-25 03:40:43 +00:00
11 lines
91 B
C#
11 lines
91 B
C#
namespace QSB.Player
|
|
{
|
|
public enum GamePlatform
|
|
{
|
|
Steam,
|
|
Epic,
|
|
Xbox,
|
|
PS4
|
|
}
|
|
}
|