Add core content definitions
This commit is contained in:
9
godot/scripts/content/definitions/SpecialWeaponKind.cs
Normal file
9
godot/scripts/content/definitions/SpecialWeaponKind.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace SideScrollerGame.Content.Definitions;
|
||||
|
||||
public enum SpecialWeaponKind
|
||||
{
|
||||
Bomb,
|
||||
Crawler,
|
||||
Napalm,
|
||||
BlackHole
|
||||
}
|
||||
Reference in New Issue
Block a user