Commander Game. Added placeholder game plugin

- modified players life amount
- updated .gitignore
This commit is contained in:
Backfir3 2013-01-15 22:00:37 +01:00
parent 4e49a1eee2
commit ef54888e01
10 changed files with 270 additions and 0 deletions

View file

@ -63,6 +63,12 @@
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mage-game-commanderduel</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mage-game-freeforall</artifactId>