Constants.cs 167 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 using System; namespace Unity.XR.Management.TestPackage { public struct Constants { public const string k_SettingsKey = "TestPackageSettings"; } }