コード例 #1
0
 internal static void PlayGreen(KindOfSound kind, string detail = null)
 {
     Play(GREEN_MESSAGE, Captions.Solve(kind) + (null == detail ? "" : " " + detail));
 }
コード例 #2
0
 internal static void PlayYellow(KindOfSound kind, string detail = null)
 {
     Play(YELLOW_MESSAGE, Captions.Solve(kind) + (null == detail ? "" : " " + detail));
 }