mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-12-02 01:47:58 +01:00
7 lines
83 B
C#
7 lines
83 B
C#
|
namespace Fie.Object
|
||
|
{
|
||
|
public interface FiePlayableGameCharacterInterface
|
||
|
{
|
||
|
}
|
||
|
}
|