Example #1
0
 public void Update(GameTime gametime)
 {
     if (HasToolSelected)
     {
         SelectedTool.Update(gametime);
     }
 }