示例#1
0
 public void Read(IDataInput param1, ICommandLookup lookup)
 {
     this.duration = param1.ReadInt();
     this.duration = param1.Shift(this.duration, 6);
     this.type     = lookup.Lookup(param1) as class_507;
     this.type.Read(param1, lookup);
 }
示例#2
0
 public class_637(class_507 param1 = null, int param2 = 0)
 {
     if (param1 == null)
     {
         this.type = new class_507();
     }
     else
     {
         this.type = param1;
     }
     this.duration = param2;
 }