Exemplo n.º 1
0
 public CommandFeedback(GameCommand command, enCommandStatus status, string feedback)
 {
     this.Path = this.GetType().Name;
     this.CommandId = command.Id;
     this.CommandStatus = status;
     this.CommandType = command.Command;
     this.UserId = command.UserId;
     this.Feedback = feedback;
 }
Exemplo n.º 2
0
 public CommandFeedback(GameCommand command, enCommandStatus status, string feedback)
 {
     this.Path          = this.GetType().Name;
     this.CommandId     = command.Id;
     this.CommandStatus = status;
     this.CommandType   = command.Command;
     this.UserId        = command.UserId;
     this.Feedback      = feedback;
 }