10 lines
190 B
C#
Executable File
10 lines
190 B
C#
Executable File
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class IntentRecogntionTrackingItem
|
|
{
|
|
public string UserInput;
|
|
public string Intent;
|
|
}
|