コード例 #1
0
 public void ClearAbnormalStatus(AbnormalStatusContent content)
 {
     asManager.Clear(content);
     RefreshUI();
 }
コード例 #2
0
 public void RemoveAbnormalStatus(AbnormalStatusContent content)
 {
     asManager.Remove(content);
     RefreshUI();
 }