18 lines
233 B
C#
18 lines
233 B
C#
namespace Terraria
|
|
{
|
|
using System;
|
|
using System.Runtime.InteropServices;
|
|
|
|
public class Steam
|
|
{
|
|
|
|
public static void Init()
|
|
{
|
|
}
|
|
|
|
public static void Kill()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|