Initial Commit
This commit is contained in:
commit
5dc0cf584c
3351 changed files with 51753 additions and 0 deletions
16
Terraria/Program.cs
Normal file
16
Terraria/Program.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
namespace Terraria
|
||||
{
|
||||
using System;
|
||||
|
||||
internal static class Program
|
||||
{
|
||||
private static void Main(string[] args)
|
||||
{
|
||||
using (Terraria.Main main = new Terraria.Main())
|
||||
{
|
||||
main.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue