Advertisement
Guest User

Untitled

a guest
Dec 28th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. 1. sınıf :
  2.  
  3. public class karsiya_git : MonoBehaviour
  4. {
  5. public bool gameOver=false;
  6.  
  7. }
  8.  
  9. 2. sınıf :
  10.  
  11. public class rastgele_sinif : MonoBehaviour {
  12.  
  13. private karsiya_git abc;
  14.  
  15. void Update()
  16. {
  17. if (abc.gameOver == false)
  18. {
  19. Debug.Log("Oldu ??????");
  20. }
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement