Ejemplo n.º 1
0
 void Start()
 {
     LogSystem.InstallDefaultReactors();
     Runnable.Run(CreateService());
     commandProcessor = VoiceCommandProcessor.Instance;
 }
 // Start is called before the first frame update
 void Awake()
 {
     s_VoiceInstance = this;
 }