コード例 #1
0
ファイル: TestHelper.cs プロジェクト: ali-hm/rivescript-sharp
 public static string getUserVar(this RiveScript rs, string name)
 {
     return(rs.getUserVar(DefaultUser, name));
 }