Files
Cielonos/Assets/OtherPlugins/ChocDino/UIFX/Demos/Scripts/Common/DemoInfo.cs

15 lines
492 B
C#
Raw Normal View History

2026-01-03 18:19:39 -05:00
//--------------------------------------------------------------------------//
// Copyright 2023-2025 Chocolate Dinosaur Ltd. All rights reserved. //
// For full documentation visit https://www.chocolatedinosaur.com //
//--------------------------------------------------------------------------//
using UnityEngine;
namespace ChocDino.UIFX.Demos
{
internal class DemoInfo : MonoBehaviour
{
public string title = string.Empty;
public string slug = string.Empty;
}
}