Advertisement
Whiplash141

Whip's VS Code Template

Sep 27th, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.10 KB | None | 0 0
  1. #region pre-script
  2. using System;
  3. using System.Collections.Generic;
  4. using VRageMath;
  5. using VRage.Game;
  6. using VRage.Library;
  7. using System.Text;
  8. using Sandbox.ModAPI.Interfaces;
  9. using Sandbox.ModAPI.Ingame;
  10. using Sandbox.Common;
  11. using Sandbox.Game;
  12. using VRage.Collections;
  13. using VRage.Game.ModAPI.Ingame;
  14. using SpaceEngineers.Game.ModAPI.Ingame;
  15.  
  16. namespace SE_Scripting
  17. {
  18.     public class Program : MyGridProgram
  19.     {
  20.         #endregion
  21.         //=======================================================================================
  22.         //////////////////////////START//////////////////////////////////////////
  23.         //=======================================================================================
  24.  
  25.         void Main()
  26.         {
  27.            
  28.         }
  29.  
  30.         //=======================================================================================
  31.         //////////////////////////END//////////////////////////////////////////
  32.         //=======================================================================================
  33.         #region post-script
  34.     }
  35. }
  36. #endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement