Exemplo n.º 1
0
 Task OnAddExperience(AddExperienceCommand cmd)
 {
     return(AddFragment($"{cmd.UnitId}: +{cmd.Amount} EXP", false));
 }
        public ICommand BuildCommand()
        {
            ICommand result = new AddExperienceCommand();

            return(result);
        }
Exemplo n.º 3
0
 public ExperienceVM()
 {
     ExperienceCommand = new AddExperienceCommand(this);
     Post  = new Post();
     Venue = new Venue();
 }