9 lines
231 B
C#
9 lines
231 B
C#
|
namespace UnityEditor.Purchasing
|
||
|
{
|
||
|
internal static class EventSourceMenuItems
|
||
|
{
|
||
|
internal const string k_SourceIapMenu = "iap_menu";
|
||
|
internal const string k_SourceGameObjectMenu = "game_object_menu";
|
||
|
}
|
||
|
}
|