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

namespace UnityEngine
{
public class ApplicationInstallMode // TypeDefIndex: 8649
{
	// Fields
	type#20890 value__;
	type#14410 Unknown;
	type#14410 Store;
	type#14410 DeveloperBuild;
	type#14410 Adhoc;
	type#14410 Enterprise;
	type#14410 Editor;
}
}
