Beispiel #1
0
 public Request(int id, SteamID user, int priority, int tradetype, string[] data)
 {
     ID = id;
     User = user;
     Priority = priority;
     TradeType = (Bot.TradeTypes)tradetype;
     Data = data;
 }
Beispiel #2
0
 public Request(int id, SteamID user, int priority, int tradetype, string[] data)
 {
     ID        = id;
     User      = user;
     Priority  = priority;
     TradeType = (Bot.TradeTypes)tradetype;
     Data      = data;
 }