Exemple #1
0
 private void Update()
 {
     BaseUpdate();
     if (audioEventCreatorGUI != null && Manager != null)
     {
         audioEventCreatorGUI.OnUpdate();
     }
 }