You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- namespace UnityEditor.Purchasing
- {
- class TangleFileConsts
- {
- internal const string k_OutputPath = "Assets/Scripts/UnityPurchasing/generated";
- internal const string k_PrevOutputPath = "Assets/Plugins/UnityPurchasing/generated";
- internal const string k_BadOutputPath = "Assets/Resources/UnityPurchasing/generated";
-
- internal const string k_AppleClassPrefix = "Apple";
- internal const string k_AppleStoreKitTestClassPrefix = "AppleStoreKitTest";
- internal const string k_GooglePlayClassPrefix = "GooglePlay";
- internal const string k_ObfuscationClassSuffix = "Tangle.cs";
- }
- }
|