r2mods/ilspy_dump/ror2_csproj/RoR2/DeployableSlot.cs

29 lines
418 B
C#

namespace RoR2;
public enum DeployableSlot
{
EngiMine,
EngiTurret,
BeetleGuardAlly,
EngiBubbleShield,
LoaderPylon,
EngiSpiderMine,
RoboBallMini,
ParentPodAlly,
ParentAlly,
PowerWard,
CrippleWard,
DeathProjectile,
RoboBallRedBuddy,
RoboBallGreenBuddy,
GummyClone,
RailgunnerBomb,
LunarSunBomb,
VendingMachine,
VoidMegaCrabItem,
DroneWeaponsDrone,
MinorConstructOnKill,
CaptainSupplyDrop,
None
}