Removed Steam.cs because we already gutted it anyhow.

This commit is contained in:
Shank 2011-05-29 00:41:55 -06:00
parent ac25526aa3
commit af9fd921bf
2 changed files with 0 additions and 18 deletions

Binary file not shown.

View file

@ -1,18 +0,0 @@
namespace Terraria
{
using System;
using System.Runtime.InteropServices;
public class Steam
{
public static void Init()
{
}
public static void Kill()
{
}
}
}