240 发简信
IP属地:广东
  • 角色简单控制

    ``` intMoveSpeed=3; if(Input.GetKey(KeyCode.W)) { obj.transform.Translate(Vector3.up*Ti...