コード例 #1
0
 public bool manages(IEffect c)
 {
     return(c.GetType() == effect.GetType());
 }