コード例 #1
0
ファイル: Note.cs プロジェクト: kendallzhu/compulsive-charlie
 public bool IsSuppressed()
 {
     return(runManager.IsSuppressed(emotionType));
 }