代码合并
This commit is contained in:
@@ -3,10 +3,7 @@ using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class EnumeratorAgent : ModuleAgent {
|
||||
public override void AgentLoadingNetwork(DataNetwork data) {
|
||||
StartCoroutine(data.IWebRequest());
|
||||
}
|
||||
public override void AgentNetwork(DataNetwork data) {
|
||||
StartCoroutine(data.IWebRequest());
|
||||
protected override void Awake() {
|
||||
ModuleCore.ModuleAgent = this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user