Exemplo n.º 1
0
 public EntityRequest(Entity target, EntityRequestTypes type)
 {
     this.Target = target;
     this.RequestType = type;
 }
Exemplo n.º 2
0
 public void AddRequest(Entity item, EntityRequestTypes type)
 {
     this.PendingRequests.Add(new EntityRequest(item, type));
 }
Exemplo n.º 3
0
 public void AddRequest(Entity item, EntityRequestTypes type)
 {
     this.PendingRequests.Add(new EntityRequest(item, type));
 }
Exemplo n.º 4
0
 public EntityRequest(Entity target, EntityRequestTypes type)
 {
     this.Target      = target;
     this.RequestType = type;
 }