Example #1
0
 public clsResult(clsGameProperty rProperty)
 {
     resultType     = "property";
     resultProperty = rProperty;
 }
Example #2
0
 public clsResult(string rValue, clsGameProperty rProperty)
 {
     resultType     = "both";
     resultValue    = rValue;
     resultProperty = rProperty;
 }