project-meteor-server/FFXIVClassic Map Server/actors/chara/ai/controllers/PetController.cs
2017-07-08 00:20:55 +01:00

13 lines
222 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FFXIVClassic_Map_Server.actors.chara.ai.controllers
{
class PetController
{
}
}