Skip to content

Instantly share code, notes, and snippets.

@tsubaki
Created September 12, 2018 14:57
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 tsubaki/b58956a6238f9f159787f0a7fa17236c to your computer and use it in GitHub Desktop.
Save tsubaki/b58956a6238f9f159787f0a7fa17236c to your computer and use it in GitHub Desktop.
using UnityEngine;
public class GameManager : MonoBehaviour
{
}
using UnityEngine;
public class Player : MonoBehaviour
{
public GameManager gameManager;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment