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

7 lines
83 B
C#
Raw Normal View History

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