Exemplo n.º 1
0
 public void CopyForm(MapNode _ref)
 {
     this.pos = _ref.pos;
     this.up = _ref.up;
     this.down = _ref.down;
     this.left = _ref.left;
     this.right = _ref.right;
     this.m_Type = _ref.m_Type;
     this.isMovable = _ref.isMovable;
     this.isBigMovable = _ref.isBigMovable;
 }