예제 #1
0
파일: Server.cs 프로젝트: wonderfl/Zero
 public void Update()
 {
     // async/await처리시 필요한 네트워크 패킷/이벤트 실행작업
     net.NetLoop();
 }