Make Avatar accept a user.

Add UpdateableAvatar to handle the toolbar use-case.
This commit is contained in:
Dean Herbert
2017-03-28 00:04:51 +09:00
parent 039f4a65dc
commit 13272e6995
5 changed files with 87 additions and 71 deletions

View File

@ -266,6 +266,7 @@
<Compile Include="Screens\Tournament\Teams\ITeamList.cs" />
<Compile Include="Screens\Tournament\ScrollingTeamContainer.cs" />
<Compile Include="Screens\Tournament\Teams\StorageBackedTeamList.cs" />
<Compile Include="Users\UpdateableAvatar.cs" />
<Compile Include="Users\User.cs" />
<Compile Include="Graphics\UserInterface\Volume\VolumeControl.cs" />
<Compile Include="Database\BeatmapDatabase.cs" />