package game // Position2DSet 2D位置设置接口定义 type Position2DSet interface { SetPosition(x, y float64) }