mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 01:28:28 +08:00
20 lines
283 B
TypeScript
20 lines
283 B
TypeScript
export default {
|
|
'id': '303019',
|
|
'name': '调用',
|
|
'code': 'inv',
|
|
'desc': '调用',
|
|
'from': '100401',
|
|
|
|
'define': {
|
|
type: 2,
|
|
ep: {
|
|
type: 51
|
|
},
|
|
pvs: [
|
|
{ x: -75, y: 0, z: 1 },
|
|
{ x: 0, y: 0, z: 1 },
|
|
{ x: 75, y: 0, z: 1 },
|
|
],
|
|
}
|
|
}
|