Adds SetTable to DBTools, makes Tools and FileTools public, for TShock mods
This commit is contained in:
parent
383715715c
commit
8f28bd2b7d
4 changed files with 91 additions and 18 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue