示例#1
0
    private void Start()
    {
        PlayableLocationsService = gameObject.AddComponent <PlayableLocationsService>();

        MapsService.EnableVerboseLogging(true);

        ReportBadPointExample();

        ReportImpressions();
    }