mirror of
https://github.com/osukey/osukey.git
synced 2025-05-24 06:57:36 +09:00
13 lines
266 B
C#
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
|
|
}
|
|
}
|