7 lines
130 B
JavaScript
7 lines
130 B
JavaScript
this.inherits(MONEY);
|
|
this.set({
|
|
name: "银子",
|
|
desc: "银子,白花花的银子",
|
|
unit: "两",
|
|
value: 100
|
|
}); |