mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove unnecessary region
This commit is contained in:
@ -12,12 +12,8 @@ namespace osu.Game.Graphics.Containers
|
|||||||
{
|
{
|
||||||
public class UserDimContainer : Container
|
public class UserDimContainer : Container
|
||||||
{
|
{
|
||||||
#region User Settings
|
|
||||||
|
|
||||||
protected Bindable<double> DimLevel;
|
protected Bindable<double> DimLevel;
|
||||||
|
|
||||||
#endregion
|
|
||||||
|
|
||||||
public Bindable<bool> EnableUserDim = new Bindable<bool>();
|
public Bindable<bool> EnableUserDim = new Bindable<bool>();
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Reference in New Issue
Block a user