1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 12:17:46 +08:00

getter on single line.

This commit is contained in:
Dean Herbert 2016-10-12 15:21:59 +09:00
parent 79b62d4373
commit 9276244d6a

View File

@ -142,10 +142,7 @@ namespace osu.Game.Overlays
public ChatConsoleState State public ChatConsoleState State
{ {
get get { return state; }
{
return state;
}
set set
{ {