package electrosphere.entity.state; /** * Ragdoll b tree */ public class RagdollTree { enum RagdollState { RAGDOLL, GETUP, IDLE, } }