예제 #1
0
파일: node.cs 프로젝트: emtees/old-code
 internal RNGAsgn(RThread p, NetRuby rb, uint v, RNode vl)
     : base(p, v, vl)
 {
     ent = rb.Global(v);
 }