Adds SetTable to DBTools, makes Tools and FileTools public, for TShock mods

This commit is contained in:
Twitchy 2011-07-28 23:22:35 +12:00
parent 383715715c
commit 8f28bd2b7d
4 changed files with 91 additions and 18 deletions

View file

@ -28,7 +28,7 @@ using Terraria;
namespace TShockAPI
{
internal class Tools
public class Tools
{
public static Random Random = new Random();
//private static List<Group> groups = new List<Group>();