mirror of
https://github.com/osukey/osukey.git
synced 2025-05-01 03:37:17 +09:00
11 lines
175 B
C#
11 lines
175 B
C#
using System;
|
|
namespace osu.Game.Configuration
|
|
{
|
|
public enum ReleaseStream
|
|
{
|
|
Lazer,
|
|
//Stable40,
|
|
//Beta40,
|
|
//Stable
|
|
}
|
|
} |