예제 #1
0
파일: World.cs 프로젝트: MaxEden/Humper
 public void Update(Box box, Rect from)
 {
     _broadPhase.Update(box, from);
 }