mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 09:38:41 +08:00
23 lines
317 B
TypeScript
23 lines
317 B
TypeScript
export default {
|
|
'id': '304019',
|
|
'name': '继承',
|
|
'code': 'extend',
|
|
'desc': '继承',
|
|
'from': '100401',
|
|
|
|
'define': {
|
|
type: 2,
|
|
ep: {
|
|
type: 1
|
|
},
|
|
sp: {
|
|
type: -1
|
|
},
|
|
pvs: [
|
|
{ x: -75, y: 0, z: 1 },
|
|
{ x: 0, y: 0, z: 1 },
|
|
{ x: 75, y: 0, z: 1 },
|
|
],
|
|
}
|
|
}
|