Skip to content

Instantly share code, notes, and snippets.

@Moe-Baker
Created December 16, 2017 00:29
Show Gist options
  • Save Moe-Baker/d58cf808c19bd61e6a3193aa7efa349b to your computer and use it in GitHub Desktop.
Save Moe-Baker/d58cf808c19bd61e6a3193aa7efa349b to your computer and use it in GitHub Desktop.
//implementation override
public partial class Implementation
{
[SerializeField]
[TextArea]
string tip = "Fields Can Be Added & Will Apear In The MonoBehaviour";
protected override void Method()
{
Debug.Log("Override Method");
tip.Equals("Dont Give Me A Warning Unity");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment