Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using UnityEngine;
- using System.Collections;
- public class putonfakecolt : MonoBehaviour {
- void Update ()
- {
- if (Input.GetKey(KeyCode.Q))
- {
- Destroy(this.gameObject);
- }
- }
- }
RAW Paste Data
Copied