Advertisement
KodingKid

When programming in C# copy-and-paste this to get started - Basic scripting #19

May 23rd, 2021
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.18 KB | None | 0 0
  1. using System;
  2. namespace yournamespace
  3. {
  4.     class yourclass
  5.     {
  6.         static void main(string[] args)
  7.         {
  8.             //enter your scripts in here
  9.         }
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement