9 lines
236 B
C#
9 lines
236 B
C#
|
namespace UnityEditor.Purchasing
|
||
|
{
|
||
|
static class GameServicesEventComponents
|
||
|
{
|
||
|
internal const string k_ComponentTopMenu = "Top Menu";
|
||
|
internal const string k_ComponentProjectSettings = "Project Settings";
|
||
|
}
|
||
|
}
|