Add project files.
This commit is contained in:
8
AlientAttack.MonoGame/Things/Weapons/IWeapon.cs
Normal file
8
AlientAttack.MonoGame/Things/Weapons/IWeapon.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace AlienAttack.MonoGame.Things.Weapons;
|
||||
|
||||
public interface IWeapon
|
||||
{
|
||||
int FireThreshold { get; }
|
||||
void UpdateFireThreshold();
|
||||
bool TryFire(Sprite owner, SpriteUpdateContext context);
|
||||
}
|
||||
Reference in New Issue
Block a user