1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-11 09:11:12 -09:00

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 {
}