Skip to content

Instantly share code, notes, and snippets.

@baobao
Created December 26, 2018 15:29
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 baobao/f42efa2c9159be3ed2e951a3ad8e1e1e to your computer and use it in GitHub Desktop.
Save baobao/f42efa2c9159be3ed2e951a3ad8e1e1e to your computer and use it in GitHub Desktop.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Reference : MonoBehaviour
{
public GameObject go;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment