示例#1
0
 static public void PlayOutro(Button targetButton)
 {
     selectedButton = targetButton;
     instance.StartCoroutine(instance.Outro());
 }