From c4b871c50a0e2482c2f87d535a9855cd6a73f44b Mon Sep 17 00:00:00 2001 From: Yan Jin <601746725@qq.com> Date: Thu, 27 Apr 2023 16:53:45 -0700 Subject: [PATCH] solve header --- .../Scripts/Runtime/Sample/TokenCanvas.cs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Assets/Inworld.AI/Scripts/Runtime/Sample/TokenCanvas.cs b/Assets/Inworld.AI/Scripts/Runtime/Sample/TokenCanvas.cs index 9d6426f1c..cebf3210c 100644 --- a/Assets/Inworld.AI/Scripts/Runtime/Sample/TokenCanvas.cs +++ b/Assets/Inworld.AI/Scripts/Runtime/Sample/TokenCanvas.cs @@ -1,8 +1,12 @@ -using System.Collections; -using System.Collections.Generic; +/************************************************************************************************* +* Copyright 2022 Theai, Inc. (DBA Inworld) +* +* Use of this source code is governed by the Inworld.ai Software Development Kit License Agreement +* that can be found in the LICENSE.md file or at https://www.inworld.ai/sdk-license +*************************************************************************************************/ using TMPro; using UnityEngine; -using UnityEngine.UI; + namespace Inworld.Sample { @@ -10,9 +14,6 @@ public class TokenCanvas : MonoBehaviour { [SerializeField] TMP_InputField m_TokenInput; - // Start is called before the first frame update - void Start() {} - // Update is called once per frame void Update() {