27 lines
676 B
XML
Raw Normal View History

2024-12-20 11:15:15 +08:00
<?xml version="1.0" encoding="utf-8"?>
<AppData>
<PreLoad>
<Action type="Parallel">
<!--模块1假死-->
<Action type="LoadRes" value="Pig1.xml" resType="xml"></Action>
<!--模块2打耳牌-->
<Action type="LoadRes" value="Pig2.xml" resType="xml"></Action>
<!--模块3断尾虚拟实训-->
<Action type="LoadRes" value="Pig3.xml" resType="xml"></Action>
<!--模块4剪牙虚拟实训-->
<Action type="LoadRes" value="Pig4.xml" resType="xml"></Action>
2024-12-24 20:58:28 +08:00
<!--模块5去势虚拟实训-->
<Action type="LoadRes" value="Pig5.xml" resType="xml"></Action>
2024-12-20 11:15:15 +08:00
</Action>
</PreLoad>
</AppData>