Beispiel #1
0
 public Item(Actor other)
     : base(other)
 {
     GetItemData();
 }
Beispiel #2
0
 public Actor(Actor other)
 {
     this.address = other.address;
     this.d3 = other.d3;
     CachedID = ActorID;
 }
Beispiel #3
0
 public ACDActor(Actor other)
     : base(other)
 {
     CachedACDID = ACDID;
     GetACDAddress();
 }
Beispiel #4
0
 public Actor(Actor other)
 {
     this.address = other.address;
     this.reader = other.reader;
     CachedID = ActorID;
 }