예제 #1
0
 public WriteableBuffer(NetData d)
 {
     this.d = d;
 }
예제 #2
0
 public UserDataNotifier(NetData d)
 {
     this.d = d;
 }
예제 #3
0
 public ReadableBuffer(NetData d)
 {
     d.i    = 0;
     this.d = d;
 }