コード例 #1
0
 void Start()
 {
     LogSystem.InstallDefaultReactors();
     Runnable.Run(CreateService());
     comandProcessor = VoiceComandProcessor.Instance;
     {
     };
 }
コード例 #2
0
 void Awake()
 {
     s_VoiceInstance = this;
 }