Beispiel #1
0
 public Target FlipSequenceTarget(Target t, int priority)
 {
     t.SetPriority (priority);
     return t;
 }