Skip to content

Commit

Permalink
solve header
Browse files Browse the repository at this point in the history
  • Loading branch information
Juniverse committed Apr 27, 2023
1 parent f895d50 commit c4b871c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Assets/Inworld.AI/Scripts/Runtime/Sample/TokenCanvas.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
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
{
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()
{
Expand Down

0 comments on commit c4b871c

Please sign in to comment.