示例#1
0
 public HistoricalOperation(HistoricalOperation rhs)
 {
     this.h_id             = rhs.h_id;
     this.h_event          = rhs.h_event;
     this.h_time           = rhs.h_time;
     this.h_event_id       = rhs.h_event_id;
     this.join             = rhs.join;
     this.app              = rhs.app;
     this.id               = rhs.id;
     this.classid          = rhs.classid;
     this.instanceid       = rhs.instanceid;
     this.quality          = rhs.quality;
     this.name_color       = rhs.name_color;
     this.market_name      = rhs.market_name;
     this.market_hash_name = rhs.market_hash_name;
     this.paid             = rhs.paid;
     this.recieved         = rhs.recieved;
     this.stage            = rhs.stage;
     this.item             = rhs.item;
     this.flags            = rhs.flags;
 }
示例#2
0
 public MongoHistoricalOperation(HistoricalOperation core, string botname) : base(core)
 {
     this.botname = botname;
 }