Advertisement
krzys_h

Untitled

Jul 10th, 2015
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. void object::TestFunc()
  2. {
  3. message("I am "+this.category);
  4. }
  5.  
  6. public void object::NewRobotProgram()
  7. {
  8. TestFunc()
  9. }
  10.  
  11. extern void object::TestTheBug()
  12. {
  13. object item = radar(BotFactory);
  14. item.factory(WheeledShooter, progfunc("NewRobotProgram"));
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement