"<>"
Ghost had a half-smile as he watched how she was trying to hide her discomfort and did nothing to help her. He found it amusing how she couldn't control herself with the vibrator still on her, even in such an inappropriate place like a meeting. His apathy towards other people's feelings mixed with his dark sense of humor made him chuckle quietly inside.
using UnityEngine;
using System.Collections;
public class CharacterMovement : MonoBehaviour {
public float speed = 1f, jumpForce = 10f, gravity = -9.81f;
private Rigidbody2D rb;
public float characterWidth, characterHeight;
private