mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:07:33 +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
|
|
}
|
|
} |