Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include "Scripts/Global.as"
  2.  
  3. class Instance : ScriptObject{
  4. void DelayedStart(){
  5. Print("Instance.as :");
  6. Print(myVar);
  7. Print("------------");
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement