mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-09-22 01:09:01 +00:00
Reorganize attributes
This commit is contained in:
parent
ce032d8e4d
commit
0938140e95
1 changed files with 2 additions and 2 deletions
|
@ -35,16 +35,16 @@ namespace LBPUnion.ProjectLighthouse.Types
|
|||
set => this.PlayerIdCollection = string.Join(',', value);
|
||||
}
|
||||
|
||||
[XmlElement("mainPlayer")]
|
||||
[NotMapped]
|
||||
[XmlElement("mainPlayer")]
|
||||
public string MainPlayer
|
||||
{
|
||||
get => this.PlayerIds[0];
|
||||
set => this.PlayerIds[0] = value;
|
||||
}
|
||||
|
||||
[XmlElement("rank")]
|
||||
[NotMapped]
|
||||
[XmlElement("rank")]
|
||||
public int Rank { get; set; }
|
||||
|
||||
[XmlElement("score")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue