29 lines
418 B
C#
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
|
||
|
}
|