示例#1
0
文件: Viewer.cs 项目: saihe/Effekseer
 public bool Connect(string target, int port)
 {
     return(native.StartNetwork(target, (ushort)port));
 }