Updated to new binary (with the api merged).
Removed System.Drawing dependency
This commit is contained in:
parent
b95caf67c2
commit
b2f47f57ac
20 changed files with 82 additions and 96 deletions
|
|
@ -1,9 +1,10 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO.Streams;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using TerrariaAPI;
|
||||
using XNAHelpers;
|
||||
|
||||
using System.IO.Streams;
|
||||
|
||||
namespace TShockAPI.Net
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,10 +1,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.IO.Streams;
|
||||
using System.Text;
|
||||
using TerrariaAPI;
|
||||
using XNAHelpers;
|
||||
|
||||
namespace TShockAPI.Net
|
||||
{
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
using System;
|
||||
using System.IO;
|
||||
using Terraria;
|
||||
using XNAHelpers;
|
||||
using System.IO.Streams;
|
||||
|
||||
namespace TShockAPI.Net
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using TerrariaAPI;
|
||||
using XNAHelpers;
|
||||
using System.IO;
|
||||
using System.IO.Streams;
|
||||
|
||||
namespace TShockAPI.Net
|
||||
{
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
using System;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using TerrariaAPI;
|
||||
using XNAHelpers;
|
||||
|
||||
using System.IO.Streams;
|
||||
|
||||
namespace TShockAPI.Net
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue