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:
parent
79b62d4373
commit
9276244d6a
@ -142,10 +142,7 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
public ChatConsoleState State
|
public ChatConsoleState State
|
||||||
{
|
{
|
||||||
get
|
get { return state; }
|
||||||
{
|
|
||||||
return state;
|
|
||||||
}
|
|
||||||
|
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user