InventoryLogic.InventoryLogic C# (CSharp) Method

InventoryLogic() private method

private InventoryLogic ( ) : UnityEngine
return UnityEngine
	private InventoryLogic(){
		r_Table = GUIManager.Instance.m_PauseWindow.r_InventoryWindow.GetComponentInChildren<UITable>();
	}