10 lines
169 B
JavaScript
10 lines
169 B
JavaScript
this.inherits(OBJ);
|
|
this.set({
|
|
name: "玫瑰花",
|
|
desc: "一朵鲜艳的玫瑰花",
|
|
unit: "朵",
|
|
value: 1000,
|
|
grade: 3
|
|
});
|
|
|
|
this.transable = true; |