Cleaning up imports.

This commit is contained in:
Filip Maj 2019-05-06 16:07:06 -04:00
parent bcb609e4f6
commit f038b525c6
51 changed files with 19 additions and 235 deletions

View file

@ -1,11 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.packets.send.actor;
using FFXIVClassic.Common;
namespace FFXIVClassic_Map_Server.actors.chara.ai.controllers
{