// Assembly: UnityEngine.GameCenterModule
// Full name: UnityEngine.SocialPlatforms.Impl.UserProfile

namespace UnityEngine.SocialPlatforms.Impl
{
public class UserProfile // TypeDefIndex: 13153
{
	// Fields
	type#26579 m_UserName;
	type#26579 m_ID;
	type#26577 m_legacyID;
	type#15316 m_IsFriend;
	type#28251 m_State;
	type#27321 m_Image;
	type#26577 m_gameID;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26576 name, type#26576 teamId, type#26576 gameId, type#15313 friend, type#28250 state, type#27318 image) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public type#28660 SetUserName(type#26576 name) { }
	// RVA: -1
	public type#28660 SetUserID(type#26576 id) { }
	// RVA: -1
	public type#28660 SetLegacyUserID(type#26576 id) { }
	// RVA: -1
	public type#28660 SetUserGameID(type#26576 id) { }
	// RVA: -1
	public type#28660 SetImage(type#27318 image) { }
	// RVA: -1
	public virtual type#26576 get_userName() { }
	// RVA: -1
	public virtual type#26576 get_id() { }
	// RVA: -1
	public virtual type#15313 get_isFriend() { }
	// RVA: -1
	public virtual type#28250 get_state() { }
}
}
