SujithLaptop.cs 316 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. Debug.Log("Bohot maarunga zain");
  8. }
  9. // Update is called once per frame
  10. void Update()
  11. {
  12. }
  13. }