mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2025-02-18 11:24:22 +01:00
8 lines
142 B
C#
8 lines
142 B
C#
using Fie.Object;
|
|
|
|
namespace Fie.Ponies
|
|
{
|
|
public abstract class FieStateMachineRisingSunInterface : FieStateMachineGameCharacterBase
|
|
{
|
|
}
|
|
}
|