add magazine system (cannot reload currently)
This commit is contained in:
parent
4e605d556c
commit
9ccb7c8df8
8 changed files with 86 additions and 32 deletions
|
@ -30,5 +30,5 @@ internal sealed class Tank(Player player, FloatPosition spawnPosition) : IMapEnt
|
|||
|
||||
public int Orientation => (int)Math.Round(Rotation * 16) % 16;
|
||||
|
||||
public byte ExplosiveBullets { get; set; }
|
||||
public Magazine Magazine { get; set; } = new(MagazineType.Basic, 0, 5);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue