using Microsoft.Xna.Framework;
namespace Kav
{
public interface ITransformable
Matrix TransformMatrix { get; }
}