예제 #1
0
 public Currency(int id, IMultipleValues <string, int, string, int, int, int, bool, int> currencyInfo)
 {
     this.Id           = id;
     this.Name         = currencyInfo.Value1;
     this.IconPath     = currencyInfo.Value3;
     this.IsDiscovered = currencyInfo.Value7;
 }
예제 #2
0
 public Item(int id, IMultipleValues <string, string, int, int, int, string, string, int, string, string, int> currencyInfo)
 {
     this.Id        = id;
     this.Name      = currencyInfo.Value1;
     this.IconPath  = currencyInfo.Value10;
     this.StackSize = currencyInfo.Value8;
 }