예제 #1
0
 public void Update(IList <Body> skeletons, int bodyCount)
 {
     command.Do(gesture.Update(skeletons, bodyCount));
 }