예제 #1
0
 public GetMapActionFeedback(Header header, GoalStatus status, GetMapFeedback feedback)
 {
     this.header   = header;
     this.status   = status;
     this.feedback = feedback;
 }
예제 #2
0
 public GetMapActionFeedback()
 {
     this.header   = new Header();
     this.status   = new GoalStatus();
     this.feedback = new GetMapFeedback();
 }