修改关卡类
This commit is contained in:
parent
8be4e538b7
commit
ad48813a8d
|
@ -16,21 +16,6 @@ public class Level implements Serializable {
|
||||||
* 关卡名称
|
* 关卡名称
|
||||||
*/
|
*/
|
||||||
private String name;
|
private String name;
|
||||||
/**
|
|
||||||
* 关卡描述
|
|
||||||
*/
|
|
||||||
private String description;
|
|
||||||
/**
|
|
||||||
* 关卡难度
|
|
||||||
* -0:简单
|
|
||||||
* -1:普通
|
|
||||||
* -2:困难
|
|
||||||
*/
|
|
||||||
private Integer difficulty;
|
|
||||||
/**
|
|
||||||
* 关卡内容
|
|
||||||
*/
|
|
||||||
private String content;
|
|
||||||
/**
|
/**
|
||||||
* 关卡类型
|
* 关卡类型
|
||||||
* -0:拼完题设单词
|
* -0:拼完题设单词
|
||||||
|
|
Loading…
Reference in New Issue