SujithLaptop.cs 283 B

12345678910111213141516
  1. using UnityEngine;
  2. public class SujithLaptop : MonoBehaviour
  3. {
  4. // Start is called once before the first execution of Update after the MonoBehaviour is created
  5. void Start()
  6. {
  7. }
  8. // Update is called once per frame
  9. void Update()
  10. {
  11. }
  12. }