TShock/Terraria/Steam.cs
2011-05-28 20:49:41 -06:00

18 lines
233 B
C#

namespace Terraria
{
using System;
using System.Runtime.InteropServices;
public class Steam
{
public static void Init()
{
}
public static void Kill()
{
}
}
}