Guest User

Untitled

a guest
May 1st, 2016
52
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. using UnityEngine;
  2. using System.Collections;
  3.  
  4. public class putonfakecolt : MonoBehaviour {
  5.  
  6.  
  7. void Update ()
  8. {
  9. if (Input.GetKey(KeyCode.Q))
  10. {
  11. Destroy(this.gameObject);
  12. }
  13. }
  14. }
RAW Paste Data Copied