コード例 #1
0
 public LabelNotificationModel GetWizardLabelNotification()
 {
     return(new LabelNotificationModel
     {
         ActiveEntities = 0,
         HealthPoints = _wizard.GetHealthPoints(),
         TotalStrikePoints = _wizard.GetTotalAccummulatedStrikePoints(),
     });
 }