project-meteor-server/FFXIVClassic Map Server/actors/chara/ai/controllers/Controller.cs
2017-06-29 19:14:04 +01:00

13 lines
219 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 Controller
{
}
}