Skip to content

Commit

Permalink
Add using System.Collections.Generic in TestCode.cs.
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyyuqiang committed Jul 11, 2022
1 parent d19b093 commit ec094c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Chat-Unity/chat_unity_quickstart/Assets/Scripts/TestCode.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.Networking;
Expand Down Expand Up @@ -165,4 +166,4 @@ private IEnumerator FetchAgoraToken(string username, string password, Action<str
errorCallback?.Invoke(errorInfo);
}
}
}
}

0 comments on commit ec094c1

Please sign in to comment.