Advertisement
8ydilnik

cosanie

Sep 18th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.41 KB | None | 0 0
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;//using library
  4.  
  5. public class prikos : MonoBehaviour
  6. {
  7.     void Start()
  8.     {
  9.        
  10.     }
  11.  
  12.     void Update()
  13.     {
  14.        
  15.     }
  16.     private void OnCollisionEnter(Collision collision)
  17.     {
  18.       //  if ()collision.gameObject.tag == "sterjen");
  19.  
  20.         {
  21.             Debug.Log("sterjen");
  22.  
  23.         }
  24.     }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement