예제 #1
0
파일: UIManager.cs 프로젝트: dpnull/ConBox
 public void DrawInventory()
 {
     InventoryWindow.Draw();
     InventoryWindow.PrintItems(GameSession.Player);
 }