mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Remove unnecessary public accessibility
All interface members are implicitly public.
This commit is contained in:
parent
fc224c53f4
commit
6fd020d91d
@ -12,7 +12,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
{
|
||||
public interface IHasSeed
|
||||
{
|
||||
public Bindable<int?> Seed { get; }
|
||||
Bindable<int?> Seed { get; }
|
||||
}
|
||||
|
||||
public class SeedSettingsControl : SettingsItem<int?>
|
||||
|
Loading…
Reference in New Issue
Block a user