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,12 +1,9 @@
using FFXIVClassic.Common;
using System;
using System.Collections.Generic;
using System;
using FFXIVClassic_Map_Server.actors.chara.ai;
using FFXIVClassic_Map_Server.actors.chara.ai.utils;
using FFXIVClassic_Map_Server.Actors;
using FFXIVClassic_Map_Server.packets.send.actor.battle;
namespace FFXIVClassic_Map_Server.packets.send.actor.battle
namespace FFXIVClassic_Map_Server.packets.send.actor.battle
{
//These flags can be stacked and mixed, but the client will prioritize certain flags over others.
[Flags]