mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-25 06:07:46 +00:00
Added AGPL license to the whole codebase. All other devs who's code is in the project as of June 2019 came to agreement that they were fine to add this license to the project; Demo, Devi, Jorge, Azia, Shozokui, Dude22072.
This commit is contained in:
parent
a9619a4b3c
commit
9fd0e96b0e
407 changed files with 8968 additions and 421 deletions
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace FFXIVClassic.Common
|
namespace FFXIVClassic.Common
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace FFXIVClassic.Common
|
namespace FFXIVClassic.Common
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace FFXIVClassic.Common
|
namespace FFXIVClassic.Common
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using NLog;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using NLog;
|
||||||
|
|
||||||
namespace FFXIVClassic.Common
|
namespace FFXIVClassic.Common
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using NLog;
|
using NLog;
|
||||||
using NLog.Targets;
|
using NLog.Targets;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace FFXIVClassic.Common
|
namespace FFXIVClassic.Common
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Net.Sockets;
|
using System.Net.Sockets;
|
||||||
using FFXIVClassic.Common;
|
using FFXIVClassic.Common;
|
||||||
using System.Collections.Concurrent;
|
using System.Collections.Concurrent;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic_Lobby_Server.dataobjects;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic_Lobby_Server.dataobjects;
|
||||||
using MySql.Data.MySqlClient;
|
using MySql.Data.MySqlClient;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Lobby_Server.dataobjects;
|
using FFXIVClassic_Lobby_Server.dataobjects;
|
||||||
using FFXIVClassic_Lobby_Server.packets;
|
using FFXIVClassic_Lobby_Server.packets;
|
||||||
using FFXIVClassic_Lobby_Server.packets.receive;
|
using FFXIVClassic_Lobby_Server.packets.receive;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using MySql.Data.MySqlClient;
|
using MySql.Data.MySqlClient;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Net.Sockets;
|
using System.Net.Sockets;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace FFXIVClassic_Lobby_Server.dataobjects
|
namespace FFXIVClassic_Lobby_Server.dataobjects
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Lobby_Server.dataobjects
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Lobby_Server.dataobjects
|
||||||
{
|
{
|
||||||
class Appearance
|
class Appearance
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using FFXIVClassic.Common;
|
using FFXIVClassic.Common;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using FFXIVClassic.Common;
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Lobby_Server.dataobjects;
|
using FFXIVClassic_Lobby_Server.dataobjects;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Lobby_Server
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Lobby_Server
|
||||||
{
|
{
|
||||||
class Retainer
|
class Retainer
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Lobby_Server.dataobjects
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Lobby_Server.dataobjects
|
||||||
{
|
{
|
||||||
class World
|
class World
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Lobby_Server.packets
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Lobby_Server.packets
|
||||||
{
|
{
|
||||||
class HardCoded_Packets
|
class HardCoded_Packets
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
namespace FFXIVClassic_Lobby_Server.packets.receive
|
namespace FFXIVClassic_Lobby_Server.packets.receive
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Lobby_Server.dataobjects;
|
using FFXIVClassic_Lobby_Server.dataobjects;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Lobby_Server.dataobjects;
|
using FFXIVClassic_Lobby_Server.dataobjects;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Lobby_Server.dataobjects;
|
using FFXIVClassic_Lobby_Server.dataobjects;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System.Collections.Generic;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace FFXIVClassic_Lobby_Server.utils
|
namespace FFXIVClassic_Lobby_Server.utils
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using FFXIVClassic_Map_Server.dataobjects;
|
using FFXIVClassic_Map_Server.dataobjects;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using MySql.Data.MySqlClient;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using MySql.Data.MySqlClient;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using FFXIVClassic.Common;
|
using FFXIVClassic.Common;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using FFXIVClassic_Map_Server.dataobjects;
|
using FFXIVClassic_Map_Server.dataobjects;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using MySql.Data.MySqlClient;
|
using MySql.Data.MySqlClient;
|
||||||
using NLog;
|
using NLog;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Net.Sockets;
|
using System.Net.Sockets;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Map_Server.actors.area;
|
using FFXIVClassic_Map_Server.actors.area;
|
||||||
using FFXIVClassic_Map_Server.actors.chara.npc;
|
using FFXIVClassic_Map_Server.actors.chara.npc;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
using FFXIVClassic_Map_Server.actors;
|
using FFXIVClassic_Map_Server.actors;
|
||||||
using FFXIVClassic_Map_Server.lua;
|
using FFXIVClassic_Map_Server.lua;
|
||||||
using FFXIVClassic_Map_Server.packets.send.actor;
|
using FFXIVClassic_Map_Server.packets.send.actor;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System.Collections.Generic;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace FFXIVClassic_Map_Server.actors
|
namespace FFXIVClassic_Map_Server.actors
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Map_Server.actors.area;
|
using FFXIVClassic_Map_Server.actors.area;
|
||||||
using FFXIVClassic_Map_Server.actors.chara.npc;
|
using FFXIVClassic_Map_Server.actors.chara.npc;
|
||||||
using FFXIVClassic_Map_Server.lua;
|
using FFXIVClassic_Map_Server.lua;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
using FFXIVClassic.Common;
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.lua;
|
using FFXIVClassic_Map_Server.lua;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic_Map_Server.actors.director;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic_Map_Server.actors.director;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.lua;
|
using FFXIVClassic_Map_Server.lua;
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.actors.area
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.actors.area
|
||||||
{
|
{
|
||||||
class SpawnLocation
|
class SpawnLocation
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.lua;
|
using FFXIVClassic_Map_Server.lua;
|
||||||
using FFXIVClassic_Map_Server.packets.send.actor;
|
using FFXIVClassic_Map_Server.packets.send.actor;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.Actors.Chara
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.Actors.Chara
|
||||||
{
|
{
|
||||||
class AetheryteWork
|
class AetheryteWork
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.Actors.Chara
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.Actors.Chara
|
||||||
{
|
{
|
||||||
class BattleSave
|
class BattleSave
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.Actors.Chara
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.Actors.Chara
|
||||||
{
|
{
|
||||||
class BattleTemp
|
class BattleTemp
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.Actors.Chara
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.Actors.Chara
|
||||||
{
|
{
|
||||||
class CharaWork
|
class CharaWork
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
using FFXIVClassic.Common;
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Map_Server.actors.chara.player;
|
using FFXIVClassic_Map_Server.actors.chara.player;
|
||||||
using FFXIVClassic_Map_Server.actors.group;
|
using FFXIVClassic_Map_Server.actors.group;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.Actors.Chara
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.Actors.Chara
|
||||||
{
|
{
|
||||||
class EventSave
|
class EventSave
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.Actors.Chara
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.Actors.Chara
|
||||||
{
|
{
|
||||||
class EventTemp
|
class EventTemp
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Map_Server.actors.chara.npc;
|
using FFXIVClassic_Map_Server.actors.chara.npc;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.dataobjects;
|
using FFXIVClassic_Map_Server.dataobjects;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace FFXIVClassic_Map_Server.actors.chara
|
namespace FFXIVClassic_Map_Server.actors.chara
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace FFXIVClassic_Map_Server.actors.chara
|
namespace FFXIVClassic_Map_Server.actors.chara
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.Actors.Chara
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.Actors.Chara
|
||||||
{
|
{
|
||||||
class ParameterSave
|
class ParameterSave
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.Actors.Chara
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.Actors.Chara
|
||||||
{
|
{
|
||||||
class ParameterTemp
|
class ParameterTemp
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic_Map_Server.actors.chara.player;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic_Map_Server.actors.chara.player;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.dataobjects;
|
using FFXIVClassic_Map_Server.dataobjects;
|
||||||
using FFXIVClassic_Map_Server.packets.send.actor.inventory;
|
using FFXIVClassic_Map_Server.packets.send.actor.inventory;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.actors.chara
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.actors.chara
|
||||||
{
|
{
|
||||||
class SubState
|
class SubState
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.Actors.Chara
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.Actors.Chara
|
||||||
{
|
{
|
||||||
class Work
|
class Work
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.actors.chara.ai.state;
|
using FFXIVClassic_Map_Server.actors.chara.ai.state;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using FFXIVClassic_Map_Server.packets.send.actor.battle;
|
using FFXIVClassic_Map_Server.packets.send.actor.battle;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.actors.chara.ai
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.actors.chara.ai
|
||||||
{
|
{
|
||||||
class BattleTrait
|
class BattleTrait
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System.Collections.Generic;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System.Collections.Generic;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
|
|
||||||
namespace FFXIVClassic_Map_Server.actors.chara.ai
|
namespace FFXIVClassic_Map_Server.actors.chara.ai
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.lua;
|
using FFXIVClassic_Map_Server.lua;
|
||||||
using FFXIVClassic_Map_Server.packets.send.actor.battle;
|
using FFXIVClassic_Map_Server.packets.send.actor.battle;
|
||||||
using System;
|
using System;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using FFXIVClassic.Common;
|
using FFXIVClassic.Common;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.actors.chara.npc;
|
using FFXIVClassic_Map_Server.actors.chara.npc;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using FFXIVClassic.Common;
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
|
|
||||||
namespace FFXIVClassic_Map_Server.actors.chara.ai.controllers
|
namespace FFXIVClassic_Map_Server.actors.chara.ai.controllers
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
|
|
||||||
namespace FFXIVClassic_Map_Server.actors.chara.ai.controllers
|
namespace FFXIVClassic_Map_Server.actors.chara.ai.controllers
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
|
|
||||||
namespace FFXIVClassic_Map_Server.actors.chara.ai.controllers
|
namespace FFXIVClassic_Map_Server.actors.chara.ai.controllers
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.lua;
|
using FFXIVClassic_Map_Server.lua;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.utils;
|
using FFXIVClassic_Map_Server.utils;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using FFXIVClassic.Common;
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.packets.send.actor.battle;
|
using FFXIVClassic_Map_Server.packets.send.actor.battle;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using FFXIVClassic.Common;
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.packets.send.actor;
|
using FFXIVClassic_Map_Server.packets.send.actor;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.packets.send.actor;
|
using FFXIVClassic_Map_Server.packets.send.actor;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.packets.send.actor;
|
using FFXIVClassic_Map_Server.packets.send.actor;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
|
|
||||||
namespace FFXIVClassic_Map_Server.actors.chara.ai.state
|
namespace FFXIVClassic_Map_Server.actors.chara.ai.state
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.dataobjects;
|
using FFXIVClassic_Map_Server.dataobjects;
|
||||||
|
|
||||||
namespace FFXIVClassic_Map_Server.actors.chara.ai.state
|
namespace FFXIVClassic_Map_Server.actors.chara.ai.state
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using FFXIVClassic.Common;
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.packets.send.actor.battle;
|
using FFXIVClassic_Map_Server.packets.send.actor.battle;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using FFXIVClassic.Common;
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.packets.send.actor.battle;
|
using FFXIVClassic_Map_Server.packets.send.actor.battle;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
namespace FFXIVClassic_Map_Server.actors.chara.ai.utils
|
namespace FFXIVClassic_Map_Server.actors.chara.ai.utils
|
||||||
{
|
{
|
||||||
static class AttackUtils
|
static class AttackUtils
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.actors.chara.npc
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.actors.chara.npc
|
||||||
{
|
{
|
||||||
class ActorClass
|
class ActorClass
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using FFXIVClassic_Map_Server.actors.chara.ai;
|
using FFXIVClassic_Map_Server.actors.chara.ai;
|
||||||
using FFXIVClassic_Map_Server.actors.chara.ai.controllers;
|
using FFXIVClassic_Map_Server.actors.chara.ai.controllers;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using FFXIVClassic.Common;
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Map_Server.actors.chara.npc;
|
using FFXIVClassic_Map_Server.actors.chara.npc;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.actors.chara.npc
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.actors.chara.npc
|
||||||
{
|
{
|
||||||
enum MobModifier
|
enum MobModifier
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using FFXIVClassic_Map_Server.actors;
|
using FFXIVClassic_Map_Server.actors;
|
||||||
using FFXIVClassic_Map_Server.actors.chara.npc;
|
using FFXIVClassic_Map_Server.actors.chara.npc;
|
||||||
using FFXIVClassic_Map_Server.Actors.Chara;
|
using FFXIVClassic_Map_Server.Actors.Chara;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.Actors.Chara
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.Actors.Chara
|
||||||
{
|
{
|
||||||
class NpcWork
|
class NpcWork
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
using FFXIVClassic_Map_Server.actors.chara.ai;
|
using FFXIVClassic_Map_Server.actors.chara.ai;
|
||||||
using FFXIVClassic_Map_Server.actors.chara.ai.controllers;
|
using FFXIVClassic_Map_Server.actors.chara.ai.controllers;
|
||||||
using FFXIVClassic_Map_Server.actors.chara.npc;
|
using FFXIVClassic_Map_Server.actors.chara.npc;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic_Map_Server.actors.chara.player;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic_Map_Server.actors.chara.player;
|
||||||
using FFXIVClassic_Map_Server.Actors;
|
using FFXIVClassic_Map_Server.Actors;
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using FFXIVClassic.Common;
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
using FFXIVClassic.Common;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using MoonSharp.Interpreter;
|
using MoonSharp.Interpreter;
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.dataobjects.chara
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.dataobjects.chara
|
||||||
{
|
{
|
||||||
class PlayerWork
|
class PlayerWork
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
namespace FFXIVClassic_Map_Server.Actors
|
/*
|
||||||
|
===========================================================================
|
||||||
|
Copyright (C) 2015-2019 FFXIV Classic Server Dev Team
|
||||||
|
|
||||||
|
This file is part of FFXIV Classic Server.
|
||||||
|
|
||||||
|
FFXIV Classic Server is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
FFXIV Classic Server is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with FFXIV Classic Server. If not, see <https:www.gnu.org/licenses/>.
|
||||||
|
===========================================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace FFXIVClassic_Map_Server.Actors
|
||||||
{
|
{
|
||||||
class Command : Actor
|
class Command : Actor
|
||||||
{
|
{
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue