2025-05-18 01:04:31 +08:00

37 lines
758 B
C#

// ***********************************************************************
// Assembly : Game
// Author : Kimch
// Created : 2021-05-18
// Description :
// Last Modified By :
// Last Modified On :
// ***********************************************************************
// <copyright file= "SceneLogic" company="Kunpo"></copyright>
// <summary></summary>
// ***********************************************************************
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace G
{
/// <summary>
/// 类功能描述
/// </summary>
public class SceneLogic : MonoBehaviour
{
#region Field
#endregion
#region Method
#endregion
#region Unity
#endregion
}
}