FiE-Game/Assets/Scripts/Fie/Object/FiePlayableGameCharacterInterface.cs

7 lines
83 B
C#
Raw Normal View History

2018-11-20 21:10:49 +02:00
namespace Fie.Object
{
public interface FiePlayableGameCharacterInterface
{
}
}