Skip to content

Instantly share code, notes, and snippets.

@cadenburleson
Created January 4, 2022 01:16
Show Gist options
  • Save cadenburleson/3d99e1eb06cb7561706feeb0a2e8a14c to your computer and use it in GitHub Desktop.
Save cadenburleson/3d99e1eb06cb7561706feeb0a2e8a14c to your computer and use it in GitHub Desktop.
private static PlankController _instance;
public static PlankController Instance{
get{
if (_instance == null)
{
Debug.LogError(" is null");
}
return _instance;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment