Package net.sf.colossus.game
Class SummonInfo
java.lang.Object
net.sf.colossus.game.SummonInfo
Little helper class to store information about a summoning:
The target legion, the donor legion, and the summoned
creature(type) (creature as String, for now).
TODO there is overlap with the SummonEvent here, although the
semantics are different. Maybe a constructor for SummonEvent could
use this class.