local CreateRoleState = class("CreateRoleState",require("StateBase")) function CreateRoleState:Enter() end function CreateRoleState:Update() end function CreateRoleState:Exit() end function CreateRoleState:GetTask() return nil end return CreateRoleState