package electrosphere.entity.state; /** * * @author amaterasu */ public class RagdollTree { enum RagdollState { RAGDOLL, GETUP, IDLE, } }