예제 #1
0
 public static async Task AnimateDrawAsync <D>(this IEventAggregator thisE, D thisCard) where D : class, IDeckObject, new()
 {
     await thisE.AnimateDrawAsync(thisCard, EnumAnimcationDirection.StartCardToDown);
 }