Changeset 37703 for lang/csharp/DominionEngine/DominionEngine.Core/Game.cs
- Timestamp:
- 05/26/10 01:29:21 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/DominionEngine/DominionEngine.Core/Game.cs
r37669 r37703 466 466 CardInfo.AnyPlayer.Choosing += AnyPlayer_Choosing; 467 467 CardInfo.Card.Moving += Card_Moving; 468 468 469 469 470 470 CardInfo.TurnPlayer.ClearEvent(); … … 531 531 where T : ICardInfo, new() 532 532 { 533 return Buy(Card <T>.cardInfo);533 return Buy(CardInfo<T>.Instance); 534 534 } 535 535
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)