Advertisement
Guest User

TriggerScript.cs

a guest
Sep 29th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.10 KB | None | 0 0
  1. using Unity;
  2. Namescape Project
  3. {
  4.  
  5. void Trigger()
  6. {
  7. int a =5;
  8.  
  9. int b=3
  10.  
  11. int c;
  12.  
  13. c=a+b;
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement