Advertisement
Deathmax

Untitled

May 30th, 2011
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. using System;
  2. namespace Terraria
  3. {
  4.     internal static class Program
  5.     {
  6.         private static void Main(string[] args)
  7.         {
  8.             using (Main main = new Main())
  9.             {
  10.                 Steam.Init();
  11.                 //if (Steam.SteamInit)
  12.                 //{
  13.                     main.Run();
  14.                 //}
  15.             }
  16.         }
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement