mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-27 15:57:59 +01:00
6 lines
110 B
C#
6 lines
110 B
C#
using Fie.Object;
|
|
|
|
namespace Fie.AI {
|
|
public class FieAIControllerBase : FieInputControllerBase {
|
|
}
|
|
}
|