8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
this.inherits(OBJ);
|
|
this.set({
|
|
name: "东厢钥匙",
|
|
desc: "这是一把很普通的钥匙,在崔员外家找到的",
|
|
unit: "把",
|
|
value: 10,
|
|
});
|