NewMonoBehaviour.cs 235 B

1234567891011121314151617
  1. using UnityEngine;
  2. using System.Collections;
  3. public class NewMonoBehaviour : MonoBehaviour
  4. {
  5. // Use this for initialization
  6. void Start()
  7. {
  8. }
  9. // Update is called once per frame
  10. void Update()
  11. {
  12. }
  13. }