implement reloading
This commit is contained in:
parent
9164d90443
commit
a5a3ca3013
5 changed files with 34 additions and 8 deletions
|
@ -31,4 +31,6 @@ internal sealed class Tank : IMapEntity
|
|||
public int Orientation => (int)Math.Round(Rotation * 16) % 16;
|
||||
|
||||
public required Magazine Magazine { get; set; }
|
||||
|
||||
public DateTime ReloadingUntil { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue