Add core content definitions
This commit is contained in:
12
godot/scripts/content/definitions/WeaponKind.cs
Normal file
12
godot/scripts/content/definitions/WeaponKind.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace SideScrollerGame.Content.Definitions;
|
||||
|
||||
public enum WeaponKind
|
||||
{
|
||||
PrimaryBallistic,
|
||||
PrimarySeeking,
|
||||
PrimaryLaser,
|
||||
PrimaryGrenadeCluster,
|
||||
SecondaryVertical,
|
||||
SecondaryDiagonal,
|
||||
SecondaryBackward
|
||||
}
|
||||
Reference in New Issue
Block a user