View Javadoc

1   /*
2   @See License.txt@
3    */
4   package spellcast.game;
5   
6   import org.apache.commons.chain.impl.ContextBase;
7   
8   public class GameContext extends ContextBase {
9   
10      /***
11       * serialVersionUID.
12       */
13      private static final long serialVersionUID = 1L;
14  
15  }