Begun writing script packets.

This commit is contained in:
Filip Maj 2015-10-16 21:30:49 -04:00
parent d21bbf9b48
commit ba68546cc9
5 changed files with 178 additions and 1 deletions

View file

@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace FFXIVClassic_Map_Server.packets.send.script
{
class EndScriptPacket
class ScriptEndPacket
{
}
}