예제 #1
0
 public TjsStub(TjsVarType type = TjsVarType.Unknown)
 {
     Type = type;
 }
예제 #2
0
 public TjsStub(short slot, TjsVarType type)
 {
     Slot = slot;
     Type = type;
 }