示例#1
0
 public void SetAlliance(JassPlayer other, JassAllianceType alliance, Boolean flag)
 {
     SafeNatives.SetPlayerAlliance(this, other, alliance, flag);
 }
示例#2
0
 public JassEvent RegisterPlayerAllianceChange(JassPlayer player, JassAllianceType allianceType)
 {
     return(SafeNatives.TriggerRegisterPlayerAllianceChange(this, player, allianceType));
 }