Ignore:
Timestamp:
Aug 7, 2023, 12:26:05 PM (16 months ago)
Author:
alloc
Message:

Refactored APIs GamePrefs, GameStats, ServerInfo: Using arrays as result instead of objects, code sharing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/WebServer/WebServer.csproj

    r453 r457  
    135135    <Compile Include="src\WebAPI\APIs\ServerState\GamePrefs.cs" />
    136136    <Compile Include="src\WebAPI\APIs\ServerState\GameStats.cs" />
     137    <Compile Include="src\WebAPI\APIs\ServerState\KeyValueListAbs.cs" />
    137138    <Compile Include="src\WebAPI\APIs\ServerState\ServerInfo.cs" />
    138139    <Compile Include="src\WebAPI\APIs\ServerState\ServerStats.cs" />
     
    193194    </ProjectReference>
    194195  </ItemGroup>
     196  <ItemGroup>
     197    <Content Include="src\WebAPI\APIs\WorldState\Animal.openapi.json" />
     198  </ItemGroup>
    195199</Project>
Note: See TracChangeset for help on using the changeset viewer.