using Microsoft.Xna.Framework;
namespace Kav
{
public interface IHasTranslation
Vector3 Translation { get; set; }
}