Advertisement
Guest User

Untitled

a guest
Mar 12th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // This is where scripts' loading functions should be declared:
  2. void AddSC_solocraft();
  3.  
  4. // The name of this function should match:
  5. // void Add${NameOfDirectory}Scripts()
  6. void AddCustomScripts()
  7. {
  8. AddSC_solocraft();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement