示例#1
0
 public NetworkStatePUN2(SmoothSyncPUN2 smoothSyncScript)
 {
     this.smoothSync = smoothSyncScript;
     state.copyFromSmoothSync(smoothSyncScript);
 }