Added configurable weapons.
This commit is contained in:
8
AlientAttack.MonoGame/Things/Weapons/WeaponState.cs
Normal file
8
AlientAttack.MonoGame/Things/Weapons/WeaponState.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace AlienAttack.MonoGame.Things.Weapons;
|
||||
|
||||
public sealed class WeaponState
|
||||
{
|
||||
public int FireThreshold { get; set; }
|
||||
public float SpeedMultiplier { get; set; } = 1f;
|
||||
public int DamageBonus { get; set; } = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user