예제 #1
0
파일: Game.cs 프로젝트: GameWorthy/DontSock
 private IEnumerator DelayedSockIdSet(Sock _sock, int _id)
 {
     yield return null;
     _sock.SetID (_id);
 }