1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00
osu-lazer/osu.Game/Configuration/ReleaseStream.cs

11 lines
165 B
C#
Raw Normal View History

2016-12-02 06:28:20 +08:00
using System;
namespace osu.Game.Configuration
{
public enum ReleaseStream
{
Lazer,
//Stable40,
//Beta40,
//Stable
}
}