Skip to content

Instantly share code, notes, and snippets.

@hatsunea
Created November 20, 2022 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hatsunea/3e8865791d10bd023b341a5330df5007 to your computer and use it in GitHub Desktop.
Save hatsunea/3e8865791d10bd023b341a5330df5007 to your computer and use it in GitHub Desktop.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NewBehaviourScript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment