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