Skip to content

Instantly share code, notes, and snippets.

@Hironyi

Hironyi/Test.cs Secret

Created June 17, 2021 08:46
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 Hironyi/0490ec272f4059e703b787191b5a227c to your computer and use it in GitHub Desktop.
Save Hironyi/0490ec272f4059e703b787191b5a227c to your computer and use it in GitHub Desktop.
using UnityEngine;
public class TestClass : MonoBehaviour
{
public void Test()
{
Debug.Log("Test");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment