Guest User

Untitled

a guest
Feb 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public class ReferenceHolder : MonoBehaviour
  2. {
  3. public Sprite m_SpriteValue;
  4.  
  5. void OnDestroy()
  6. {
  7. m_SpriteValue = null;
  8. }
  9. }
Add Comment
Please, Sign In to add comment