9 lines
429 B
XML
9 lines
429 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Configuration>
|
|
<!-- Should match 'SettingsClient'. We define these on the client and server separately to give different values. -->
|
|
<Settings>
|
|
<Setting Name="TestSynchroClient" Type="int" NetSync="TwoWay" Value="40" ShowInMenus="false"/>
|
|
<Setting Name="TestSynchroServer" Type="int" NetSync="ServerAuthority" Value="25" ShowInMenus="false"/>
|
|
</Settings>
|
|
</Configuration>
|