26 lines
646 B
C#
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
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|