SujithLaptop.cs 262 B

123456789101112131415
  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. Debug.Log("😆");
  8. }
  9. void Update()
  10. {
  11. }
  12. }