Upload New File

parent 9ed1fc5c
import java.util.Vector;
public class GameLevel {
public name;
public gameFlow;
public timeLimit;
public winningScore;
public reward;
public relatedObject;
public relatedInstruction;
public relatedPlayerCharacter;
/**
*
* @element-type Instruction
*/
public Vector includes;
public GameProgram selects;
/**
*
* @element-type GameObject
*/
public Vector includes;
public PlayerCharacter includes;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment