示例#1
0
文件: World.cs 项目: MaxEden/Humper
 public void Update(Box box, Rect from)
 {
     _broadPhase.Update(box, from);
 }