public Item(Actor other) : base(other) { GetItemData(); }
public Actor(Actor other) { this.address = other.address; this.d3 = other.d3; CachedID = ActorID; }
public ACDActor(Actor other) : base(other) { CachedACDID = ACDID; GetACDAddress(); }
public Actor(Actor other) { this.address = other.address; this.reader = other.reader; CachedID = ActorID; }