コード例 #1
0
ファイル: InstanceProxy.cs プロジェクト: mesh42/vpnet
 public void QueryCell(int cellX, int cellZ)
 {
     _pipeProxy.QueryCell(cellX, cellZ);
 }