Example #1
0
 private IEnumerator DelayedSockIdSet(Sock _sock, int _id)
 {
     yield return null;
     _sock.SetID (_id);
 }