Esempio n. 1
0
File: Item.cs Progetto: usuket/Works
 public Item(Actor other)
     : base(other)
 {
     GetItemData();
 }
Esempio n. 2
0
 public Actor(Actor other)
 {
     this.address = other.address;
     this.d3 = other.d3;
     CachedID = ActorID;
 }
Esempio n. 3
0
 public ACDActor(Actor other)
     : base(other)
 {
     CachedACDID = ACDID;
     GetACDAddress();
 }
Esempio n. 4
0
 public Actor(Actor other)
 {
     this.address = other.address;
     this.reader = other.reader;
     CachedID = ActorID;
 }