<修改excel25 27 28 29 >
This commit is contained in:
commit
60b18bee6c
@ -43,7 +43,7 @@ public class ServerGameTalkingPanel : MonoBehaviour
|
||||
private void Awake()
|
||||
{
|
||||
Instance = this;
|
||||
customReportScript = gameObject.GetComponentInChildren<CustomerReportSystem>();
|
||||
customReportScript = gameObject.GetComponentInChildren<CustomerReportSystem>(includeInactive: true);
|
||||
}
|
||||
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
|
||||
@ -31,7 +31,7 @@ public class ServerGameTypingPanel : MonoBehaviour
|
||||
private void Awake()
|
||||
{
|
||||
Instance = this;
|
||||
customReportScript = gameObject.GetComponentInChildren<CustomerReportSystem>();
|
||||
customReportScript = gameObject.GetComponentInChildren<CustomerReportSystem>(includeInactive: true);
|
||||
}
|
||||
|
||||
public void processStep(int step)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user