mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-09-22 17:29:10 +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);
|
set => this.PlayerIdCollection = string.Join(',', value);
|
||||||
}
|
}
|
||||||
|
|
||||||
[XmlElement("mainPlayer")]
|
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
|
[XmlElement("mainPlayer")]
|
||||||
public string MainPlayer
|
public string MainPlayer
|
||||||
{
|
{
|
||||||
get => this.PlayerIds[0];
|
get => this.PlayerIds[0];
|
||||||
set => this.PlayerIds[0] = value;
|
set => this.PlayerIds[0] = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
[XmlElement("rank")]
|
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
|
[XmlElement("rank")]
|
||||||
public int Rank { get; set; }
|
public int Rank { get; set; }
|
||||||
|
|
||||||
[XmlElement("score")]
|
[XmlElement("score")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue