mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
11 lines
165 B
C#
11 lines
165 B
C#
using System;
|
|
namespace osu.Game.Configuration
|
|
{
|
|
public enum ReleaseStream
|
|
{
|
|
Lazer,
|
|
//Stable40,
|
|
//Beta40,
|
|
//Stable
|
|
}
|
|
} |