formatting
This commit is contained in:
parent
d4d0abd013
commit
1f0e6ba8fa
19 changed files with 88 additions and 79 deletions
|
@ -8,12 +8,11 @@ internal sealed class Player(string name)
|
|||
|
||||
public Guid Id { get; } = Guid.NewGuid();
|
||||
|
||||
[JsonIgnore]
|
||||
public PlayerControls Controls { get; } = new();
|
||||
[JsonIgnore] public PlayerControls Controls { get; } = new();
|
||||
|
||||
public int Kills { get; set; }
|
||||
|
||||
|
||||
public int Deaths { get; set; }
|
||||
|
||||
public DateTime LastInput { get; set; } = DateTime.Now;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue