示例#1
0
文件: Game.cs 项目: valekkp/Games
 public void DrawElements(Graphics graphics)
 {
     lockpick.Draw(graphics);
     currentLock.Draw(graphics);
     screwdriver.Draw(graphics);
 }