Esempio n. 1
0
 public JassEvent RegisterPlayerAllianceChange(JassPlayer player, JassAllianceType allianceType)
 {
     return(Natives.TriggerRegisterPlayerAllianceChange(this, player, allianceType));
 }
Esempio n. 2
0
 public void SetAlliance(JassPlayer other, JassAllianceType alliance, bool flag)
 {
     Natives.SetPlayerAlliance(this, other, alliance, flag);
 }