mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 20:22:55 +08:00
11 lines
165 B
C#
11 lines
165 B
C#
|
using System;
|
|||
|
namespace osu.Game.Configuration
|
|||
|
{
|
|||
|
public enum ReleaseStream
|
|||
|
{
|
|||
|
Lazer,
|
|||
|
//Stable40,
|
|||
|
//Beta40,
|
|||
|
//Stable
|
|||
|
}
|
|||
|
}
|