Ejemplo n.º 1
0
 public static string getUserVar(this RiveScript rs, string name)
 {
     return(rs.getUserVar(DefaultUser, name));
 }