Skip to content

Commit

Permalink
Ensure FlatBuffer\rlbot.cs is included for compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored and TangilJ committed Jun 21, 2024
1 parent 33b059c commit 741a32b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RLBotCS/RLBotCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,8 @@
<Exec Command="../generate-flatbuffers.sh" />
</Target>

<ItemGroup>
<Compile Include="FlatBuffer\rlbot.cs" />
</ItemGroup>

</Project>

0 comments on commit 741a32b

Please sign in to comment.