Files
BarotraumaModServer/LocalMods/[DebugOnlyTest]TestLuaMod/SettingsServer.xml
2026-06-08 16:17:11 +03:00

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>