コード例 #1
0
ファイル: NetMgr.cs プロジェクト: isoundy000/shmj3d
 public void Update()
 {
     if (pc != null)
     {
         pc.poll();
     }
 }