shaoxiadiablo/Assets/AGame/Scripts/Proxy/Tutorial/TutorialProxy.Trigger.cs
2025-05-18 01:04:31 +08:00

26 lines
646 B
C#

// ***********************************************************************
// Assembly : Unity
// Author : Kimch
// Created :
//
// Last Modified By : Kimch
// Last Modified On :
// ***********************************************************************
// <copyright file= "TutorialProxy" company=""></copyright>
// <summary></summary>
// ***********************************************************************
namespace G
{
using System.Collections.Generic;
using F;
using PureMVC.Interfaces;
using UnityEngine;
/// <summary>
/// 新手引导管理类
/// </summary>
partial class TutorialProxy
{
}
}