Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.30 KB | None | 0 0
  1. Zrób nowy skrypt o nazwie jak niżej i daj tam A;
  2.  
  3. class BudynekManager : MonoBeahaviour {
  4.     public int A;
  5. }
  6.  
  7. /***** To dorzuć do jakiś bundynków
  8.  |
  9.  |
  10. \|/
  11.  
  12. public BudynekManager _budynekManager;
  13.  
  14. I jak chcesz coś zmienić to robisz
  15.  
  16. _budynekManager.A++ lub _budynekManager.A--;
  17.  
  18. *****/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement