mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
Commander Game. Added placeholder game plugin
- modified players life amount - updated .gitignore
This commit is contained in:
parent
4e49a1eee2
commit
ef54888e01
10 changed files with 270 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue