Improved docs: Members now have their realm set automatically and server-only members are now also included

This commit is contained in:
EvilFactory
2023-02-15 19:24:54 -03:00
parent 4e4e6c5465
commit 757998a1e4
5 changed files with 772 additions and 476 deletions

View File

@@ -7,7 +7,13 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../../../Barotrauma/BarotraumaClient/LinuxClient.csproj" PrivateAssets="false" />
<ProjectReference Include="../../../../Barotrauma/BarotraumaClient/LinuxClient.csproj" PrivateAssets="false">
<Private></Private>
<Aliases>BarotraumaClient</Aliases>
</ProjectReference>
<ProjectReference Include="../../../../Barotrauma\BarotraumaServer\LinuxServer.csproj">
<Aliases>BarotraumaServer</Aliases>
</ProjectReference>
<ProjectReference Include="../../../../Libraries/Farseer Physics Engine 3.5/Farseer.NetStandard.csproj" PrivateAssets="false" />
</ItemGroup>
</Project>