示例#1
0
 public void Move(int x, int y)
 {
     myBehavior.Move(this, x, y);
 }