mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-22 10:03:41 +00:00
Début grosse refonte pour gestion vf/vo/hd
This commit is contained in:
parent
3e707e57b7
commit
64e236bb8f
14 changed files with 628 additions and 321 deletions
|
|
@ -16,4 +16,8 @@
|
|||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\AideDeJeu\AideDeJeu.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using AideDeJeuLib.Cards;
|
||||
using AideDeJeuLib.Spells;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue