21 lines
379 B
Java
21 lines
379 B
Java
|
/**
|
||
|
* generated by Xtext 2.23.0
|
||
|
*/
|
||
|
package xtext.game;
|
||
|
|
||
|
import org.eclipse.emf.ecore.EObject;
|
||
|
|
||
|
/**
|
||
|
* <!-- begin-user-doc -->
|
||
|
* A representation of the model object '<em><b>Condition Test</b></em>'.
|
||
|
* <!-- end-user-doc -->
|
||
|
*
|
||
|
*
|
||
|
* @see xtext.game.GamePackage#getConditionTest()
|
||
|
* @model
|
||
|
* @generated
|
||
|
*/
|
||
|
public interface ConditionTest extends EObject
|
||
|
{
|
||
|
} // ConditionTest
|