c# Template

PHOTO EMBED

Mon Jan 15 2024 05:03:20 GMT+0000 (Coordinated Universal Time)

Saved by @iliavial #c#

using System.Collections;
using Sestem.Collections.Generic;
using UnityEngine;

public class Balloon : MonoBehaviour
{
  //Start is called before the first frame update
  void Start()
  {
    
  }
  
  //Update is called once per frame
  void Update()
  {
    
  }
  
}
content_copyCOPY