예제 #1
0
 public void Clear(AbnormalStatusContent content)
 {
     content.Clear();
     asList.Remove(content);
 }
예제 #2
0
 public void Remove(AbnormalStatusContent content)
 {
     content.Remove();
     asList.Remove(content);
 }
예제 #3
0
 public void Increase(AbnormalStatusContent content, int count)
 {
     content.Increase(count);
 }