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