mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Remove unnecessary public accessibility
All interface members are implicitly public.
This commit is contained in:
@ -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?>
|
||||
|
Reference in New Issue
Block a user