Joshie commit!

This commit is contained in:
WayofTime 2014-01-18 18:05:25 -05:00
parent 87dde1cbe8
commit d7fa34f32e
7 changed files with 82 additions and 16 deletions

View file

@ -22,4 +22,11 @@ public class SpellParadigmMelee extends SpellParadigm
}
@Override
public int getDefaultCost()
{
// TODO Auto-generated method stub
return 0;
}
}