PlaySound in MobileMenuScene

Hi guys,

I noticed that I can not call the PlaySound function within a MobileMenuScene, because itn’t inherited from Object but from Actor.

Ok, I can do it or recall it from PlayerController or GameInfo.

So I wonder: Who play UITouchSound and UIUnTouchSound within MobileMenuScene?