Skip to content

Instantly share code, notes, and snippets.

@lucashaley
Created January 3, 2021 22:29
Show Gist options
  • Save lucashaley/86f4450afa18e9bc6a4fddfb27db37ed to your computer and use it in GitHub Desktop.
Save lucashaley/86f4450afa18e9bc6a4fddfb27db37ed to your computer and use it in GitHub Desktop.
Test Gist
using UnityEngine;
namespace Test
{
public class TestClass : MonoBehaviour
{
public int level;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment