Advertisement
zebraxxl

Untitled

May 18th, 2011
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.14 KB | None | 0 0
  1. using System;
  2.  
  3.  
  4. namespace Script
  5. {
  6.     public static class Script
  7.     {
  8.         public static void RunMe()
  9.         {
  10.             Core.Core.RunSafe();
  11.         }
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement