目录结构调整
This commit is contained in:
35
codes/games/client/System/AbcClass/AbcRes/TAbcVoiResItem.xml
Normal file
35
codes/games/client/System/AbcClass/AbcRes/TAbcVoiResItem.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<TAbcResItem ClassName="TAbcVoiResItem">
|
||||
<Show>
|
||||
<PropList>
|
||||
<Property Name="ID" ShowType="2" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
|
||||
<Language Name="Chinese" Display="声音资源ID"/>
|
||||
<Language Name="English" Display="VoiceResID"/>
|
||||
</Property>
|
||||
<Property Name="VoiceExt" DataType="0" ShowType="1" Rep="er_Prop_ReadOnly">
|
||||
<Language Name="Chinese" Display="声音格式"/>
|
||||
</Property>
|
||||
<Property Name="Name" DataType="0">
|
||||
<Language Name="Chinese" Display="资源名称"/>
|
||||
<Language Name="English" Display="ResourceName"/>
|
||||
</Property>
|
||||
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
|
||||
<Language Name="Chinese" Display="描述信息"/>
|
||||
</Property>
|
||||
</PropList>
|
||||
</Show>
|
||||
<Save>
|
||||
<PropList>
|
||||
<Property Name="ID" NeedAssign="0"/>
|
||||
<Property Name="VoiceFile" NeedAssign="0"/>
|
||||
<Property Name="Name"/>
|
||||
<Property Name="Description"/>
|
||||
</PropList>
|
||||
</Save>
|
||||
<Output>
|
||||
<PropList>
|
||||
<Property Name="ID" ToName="id"/>
|
||||
<Property Name="VoiceFile" ToName="file" DataType="0"/>
|
||||
</PropList>
|
||||
</Output>
|
||||
</TAbcResItem>
|
||||
Reference in New Issue
Block a user