Guest User

Untitled

a guest
Jan 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. using UnityEngine;
  2. using System;
  3.  
  4. namespace PQSTest
  5. {
  6. class Test : Monobehaviour
  7. {
  8. public void OnUpdate()
  9. {
  10.  
  11. }
  12. }
  13. }
Add Comment
Please, Sign In to add comment