Update to Mintaka (thanks @enerdy)
This commit is contained in:
parent
d728a24902
commit
678f6c7cf8
29 changed files with 51 additions and 39 deletions
0
TShockAPI/DB/BanManager.cs
Executable file → Normal file
0
TShockAPI/DB/BanManager.cs
Executable file → Normal file
0
TShockAPI/DB/CharacterManager.cs
Executable file → Normal file
0
TShockAPI/DB/CharacterManager.cs
Executable file → Normal file
0
TShockAPI/DB/GroupManager.cs
Executable file → Normal file
0
TShockAPI/DB/GroupManager.cs
Executable file → Normal file
0
TShockAPI/DB/ItemManager.cs
Executable file → Normal file
0
TShockAPI/DB/ItemManager.cs
Executable file → Normal file
0
TShockAPI/DB/ProjectileManager.cs
Executable file → Normal file
0
TShockAPI/DB/ProjectileManager.cs
Executable file → Normal file
1
TShockAPI/DB/RegionManager.cs
Executable file → Normal file
1
TShockAPI/DB/RegionManager.cs
Executable file → Normal file
|
|
@ -22,6 +22,7 @@ using System.Data;
|
|||
using System.Linq;
|
||||
using MySql.Data.MySqlClient;
|
||||
using Terraria;
|
||||
using Microsoft.Xna.Framework;
|
||||
|
||||
namespace TShockAPI.DB
|
||||
{
|
||||
|
|
|
|||
1
TShockAPI/DB/RememberedPosManager.cs
Executable file → Normal file
1
TShockAPI/DB/RememberedPosManager.cs
Executable file → Normal file
|
|
@ -20,6 +20,7 @@ using System;
|
|||
using System.Data;
|
||||
using MySql.Data.MySqlClient;
|
||||
using Terraria;
|
||||
using Microsoft.Xna.Framework;
|
||||
|
||||
namespace TShockAPI.DB
|
||||
{
|
||||
|
|
|
|||
0
TShockAPI/DB/SqlTable.cs
Executable file → Normal file
0
TShockAPI/DB/SqlTable.cs
Executable file → Normal file
0
TShockAPI/DB/TileManager.cs
Executable file → Normal file
0
TShockAPI/DB/TileManager.cs
Executable file → Normal file
0
TShockAPI/DB/UserManager.cs
Executable file → Normal file
0
TShockAPI/DB/UserManager.cs
Executable file → Normal file
1
TShockAPI/DB/WarpsManager.cs
Executable file → Normal file
1
TShockAPI/DB/WarpsManager.cs
Executable file → Normal file
|
|
@ -23,6 +23,7 @@ using System.Diagnostics.CodeAnalysis;
|
|||
using System.Linq;
|
||||
using MySql.Data.MySqlClient;
|
||||
using Terraria;
|
||||
using Microsoft.Xna.Framework;
|
||||
|
||||
namespace TShockAPI.DB
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue