Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. using UnityEngine;
  2. using System.Collections;
  3.  
  4. public class NumberWizard : MonoBehaviour {
  5.  
  6. // Use this for initialization
  7. void Start () {
  8. print ("Welcome to Number Wizard.");
  9.  
  10. }
  11.  
  12. // Update is called once per frame
  13. void Update () {
  14.  
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement