namespace Meteor.Internal
{
	public class Profile
	{
		public string name;
		public float[] location;
	}
	
}
