示例#1
0
 public static bool IsIndifferent(Spirit a, Spirit b)
 {
     return a.IsNeutral() || b.IsNeutral();
 }