public void AllianceFlagWasDropped() { if (BattlegroundProfile.GetType() == typeof(WarsongGulchProfile)) { ((WarsongGulchProfile)BattlegroundProfile).AllianceFlagWasDropped(); } }
public void AllianceFlagWasPickedUp(string playername) { if (BattlegroundProfile.GetType() == typeof(WarsongGulchProfile)) { ((WarsongGulchProfile)BattlegroundProfile).AllianceFlagWasPickedUp(playername); } }
public void HordeFlagWasDropped(string playername) { if (BattlegroundProfile.GetType() == typeof(WarsongGulchProfile)) { ((WarsongGulchProfile)BattlegroundProfile).HordeFlagWasDropped(playername); } }