浏览代码

[Bot] Automated dotnet-format update

/main
Chema Damak 4 年前
当前提交
eaac2446
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 8
      UOP1_Project/Assets/Scripts/UI/UIManager.cs

8
UOP1_Project/Assets/Scripts/UI/UIManager.cs


public VoidEventChannelSO OpenInventoryScreenForCookingEvent;
public VoidEventChannelSO CloseInventoryScreenEvent;
public VoidEventChannelSO OnInteractionEndedEvent;
public VoidEventChannelSO OnInteractionEndedEvent;
public InteractionUIEventChannelSO SetInteractionEvent;

{
SetInteractionEvent.OnEventRaised += SetInteractionPanel;
}
}
private void Start()

}
public void SetInventoryScreen()
{
isForCooking = false;
isForCooking = false;
bool isForCooking = false;
bool isForCooking = false;
void OpenInventoryScreen()
{
inventoryPanel.gameObject.SetActive(true);

正在加载...
取消
保存