Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void OnCollisionEnter2D(Collision2D other)
- {
- if(other.transform.tag == "Ground")
- {
- }
- }
RAW Paste Data