Guest User

Untitled

a guest
Feb 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public class BaseMonoBehaviour : MonoBehaviour
  2. {
  3. public virtual bool OnValidateProperty(string propertyName)
  4. {
  5. return false;
  6. }
  7.  
  8. // Remember to include the OnDestroy code from Step 3 as well
  9. }
Add Comment
Please, Sign In to add comment