Exemplo n.º 1
0
 public out_info(CardTxt which, step_target step, bool p)
 {
     D_info   = different.doing;
     isdiffer = false;
     w        = which;
     s        = step;
     poped    = p;
 }
Exemplo n.º 2
0
 DescriptionThis class provides a way to retrieve a random element from a collection, where elements have different weights(different chances of being spawned)
Exemplo n.º 3
0
 public out_info(different info)
 {
     D_info = info;        isdiffer = true;
 }