Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
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());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user