File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ docsitem: documentation-entitydef
92
92
93
93
// 注册接口def,类似于C#中的接口
94
94
// 这个标签只在Entity.def中有效,如果本身就是一个接口def则该标签被忽略
95
- <Implements >
95
+ <Interfaces >
96
96
// 所有的接口def必须写在entity_defs/interfaces中
97
97
<Interface> GameObject </Interface>
98
- </Implements >
98
+ </Interfaces >
99
99
100
100
<Properties>
101
101
// 属性名称
Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ Def file format
92
92
93
93
// Registration interface, similar to the C# interface
94
94
// This tag is only valid in the Entity.def,If itself is a def interface, the tag are ignored
95
- <Implements >
95
+ <Interfaces >
96
96
// All interface-defs must be written in entity_defs/interfaces
97
97
<Interface> GameObject </Interface>
98
- </Implements >
98
+ </Interfaces >
99
99
100
100
<Properties>
101
101
// Property Name
You can’t perform that action at this time.
0 commit comments