Add login/profile display to the main menu.

This commit is contained in:
Paul Chote
2018-07-07 14:28:19 +00:00
committed by abcdefg30
parent c74159e549
commit b5a5eecc25
12 changed files with 535 additions and 0 deletions

View File

@@ -917,6 +917,7 @@
<Compile Include="ModCredits.cs" />
<Compile Include="Lint\CheckUnknownTraitFields.cs" />
<Compile Include="Lint\CheckUnknownWeaponFields.cs" />
<Compile Include="Widgets\Logic\PlayerProfileLogic.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="AfterBuild">