暫無描述
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.

EventTools.cs 277B

123456789
  1. namespace UnityEditor.Purchasing
  2. {
  3. internal static class EventTools
  4. {
  5. internal const string k_ToolIapMenu = "iap_menu";
  6. internal const string k_ToolCatalog = "catalog";
  7. internal const string k_ToolObfuscatorWindow = "obfuscator_window";
  8. }
  9. }