add empty class for test

This commit is contained in:
magenoxx 2010-12-24 11:54:17 +03:00
parent 1a572f442a
commit bf233b4bb7

View file

@ -0,0 +1,9 @@
package org.mage.test.bdd;
/**
* Contains tests for game engine.
*
* @author nantuko
*/
public class GameEngineTest {
}