add bombing run, double domination, king of the hill, and capture the flag events

add faction tournament mode
update vs project
This commit is contained in:
Mark Sturgill 2014-04-25 16:06:45 -07:00
parent ba8e6c7a19
commit ab4246058b
6 changed files with 6140 additions and 9 deletions

View file

@ -181,7 +181,11 @@
<Compile Include="Engines\ConPVP\DuelContext.cs" />
<Compile Include="Engines\ConPVP\DuelContextGump.cs" />
<Compile Include="Engines\ConPVP\DuelTeleporterAddon.cs" />
<Compile Include="Engines\ConPVP\Games\BombingRun.cs" />
<Compile Include="Engines\ConPVP\Games\CTF.cs" />
<Compile Include="Engines\ConPVP\Games\DoubleDom.cs" />
<Compile Include="Engines\ConPVP\Games\EventGame.cs" />
<Compile Include="Engines\ConPVP\Games\KingOfTheHill.cs" />
<Compile Include="Engines\ConPVP\Ladder.cs" />
<Compile Include="Engines\ConPVP\LadderGump.cs" />
<Compile Include="Engines\ConPVP\Participant.cs" />