root/lang/csharp/DominionEngine/DominionEngine.Core/CardList/IUnitaryCardList.cs
@
37644
| Revision 37644, 313 bytes (checked in by isaisstillalive, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | using System; |
| 2 | using System.Collections.Generic; |
| 3 | using System.Linq; |
| 4 | using System.Text; |
| 5 | using DominionEngine.CardInfo; |
| 6 | |
| 7 | namespace DominionEngine |
| 8 | { |
| 9 | /// <summary> |
| 10 | /// 単一種類のカードリスト |
| 11 | /// </summary> |
| 12 | public interface IUnitaryCardList : ICardList, ICard |
| 13 | { |
| 14 | } |
| 15 | } |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)