mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 05:59:53 +08: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; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ namespace osu.Game.Database
|
||||
/// <summary>
|
||||
/// The main realm context, bound to the update thread.
|
||||
/// </summary>
|
||||
public Realm Context { get; }
|
||||
Realm Context { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Get a fresh context for read usage.
|
||||
|
||||
Reference in New Issue
Block a user