mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2025-02-25 14:34:32 +01:00
9 lines
105 B
C#
9 lines
105 B
C#
|
using Fie.Object;
|
||
|
|
||
|
namespace Fie.AI
|
||
|
{
|
||
|
public class FieAIControllerBase : FieInputControllerBase
|
||
|
{
|
||
|
}
|
||
|
}
|