9 lines
131 B
C#
9 lines
131 B
C#
namespace SideScrollerGame.Content.Definitions;
|
|
|
|
public enum SpecialWeaponKind
|
|
{
|
|
Bomb,
|
|
Crawler,
|
|
Napalm,
|
|
BlackHole
|
|
} |