// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.PlayerPrefs

namespace UnityEngine
{
public class PlayerPrefs // TypeDefIndex: 8794
{

	// Methods
	// RVA: -1
	private static type#15313 TrySetInt(type#26576 key, type#20867 value) { }
	// RVA: -1
	private static type#15313 TrySetFloat(type#26576 key, type#26059 value) { }
	// RVA: -1
	private static type#15313 TrySetSetString(type#26576 key, type#26576 value) { }
	// RVA: -1
	public static type#28660 SetInt(type#26576 key, type#20867 value) { }
	// RVA: -1
	public static type#20867 GetInt(type#26576 key, type#20867 defaultValue) { }
	// RVA: -1
	public static type#20867 GetInt(type#26576 key) { }
	// RVA: -1
	public static type#28660 SetFloat(type#26576 key, type#26059 value) { }
	// RVA: -1
	public static type#26059 GetFloat(type#26576 key, type#26059 defaultValue) { }
	// RVA: -1
	public static type#28660 SetString(type#26576 key, type#26576 value) { }
	// RVA: -1
	public static type#26576 GetString(type#26576 key, type#26576 defaultValue) { }
	// RVA: -1
	public static type#26576 GetString(type#26576 key) { }
	// RVA: -1
	public static type#15313 HasKey(type#26576 key) { }
	// RVA: -1
	public static type#28660 DeleteKey(type#26576 key) { }
	// RVA: -1
	public static type#28660 DeleteAll() { }
	// RVA: -1
	public static type#28660 Save() { }
	// RVA: -1
	private static type#15313 TrySetInt_Injected(type#11995 key, type#20867 value) { }
	// RVA: -1
	private static type#15313 TrySetFloat_Injected(type#11995 key, type#26059 value) { }
	// RVA: -1
	private static type#15313 TrySetSetString_Injected(type#11995 key, type#11995 value) { }
	// RVA: -1
	private static type#20867 GetInt_Injected(type#11995 key, type#20867 defaultValue) { }
	// RVA: -1
	private static type#26059 GetFloat_Injected(type#11995 key, type#26059 defaultValue) { }
	// RVA: -1
	private static type#28660 GetString_Injected(type#11995 key, type#11995 defaultValue, type#11996 ret) { }
	// RVA: -1
	private static type#15313 HasKey_Injected(type#11995 key) { }
	// RVA: -1
	private static type#28660 DeleteKey_Injected(type#11995 key) { }
}
}
