mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 09:20:02 +09:00
Remove public
keywords from interface implementations
This commit is contained in:
@ -11,6 +11,6 @@ namespace osu.Game.Database
|
||||
{
|
||||
[JsonIgnore]
|
||||
[PrimaryKey]
|
||||
public Guid ID { get; set; }
|
||||
Guid ID { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user