Leonardo01

extra_rc.hpp

Dec 9th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.29 KB | None | 0 0
  1. class ExtraRc{
  2.     class 30m_plot_kit {
  3.         class Test1 {
  4.             text = "Test 1";
  5.             script = "hint ""Test 1 was clicked!"";";
  6.         };
  7.         class Test2 {
  8.             text = "Test 2";
  9.             script = "hint ""Test 1 was clicked!"";";
  10.         };
  11.     };
  12. };
Advertisement
Add Comment
Please, Sign In to add comment