osu/osu.Game/Configuration/ReleaseStream.cs

11 lines
165 B
C#
Raw Normal View History

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