Advertisement
Guest User

Untitled

a guest
May 28th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public class NetUpdate : MonoBehaviour {
  2.  
  3. void Awake() {
  4. DontDestroyOnLoad(gameObject);
  5. }
  6.  
  7. void Update () {
  8. // Check message
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement