Add Register Rectangle in CollMng
This commit is contained in:
parent
125dcbe78b
commit
3f89779fc4
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ namespace ZoFo.GameCore.GameManagers.CollisionManager
|
|||
|
||||
}
|
||||
|
||||
public void Register(Rectangle rectangle)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue