1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 10:43:04 +08:00
osu-lazer/osu.Game/Input/OsuAction.cs
2017-08-09 17:10:32 +09:00

13 lines
266 B
C#

// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game
{
public enum OsuAction
{
ToggleChat,
ToggleSocial
}
}