Esempio n. 1
0
 public WriteableBuffer(NetData d)
 {
     this.d = d;
 }
Esempio n. 2
0
 public UserDataNotifier(NetData d)
 {
     this.d = d;
 }
Esempio n. 3
0
 public ReadableBuffer(NetData d)
 {
     d.i    = 0;
     this.d = d;
 }