示例#1
0
 public bool IsAllyOf(int p) => Army.IsAllyOf(p);
示例#2
0
 public bool IsAllyOf(Army army) => Army.IsAllyOf(army);