// ***********************************************************************
// Assembly : Game
// Author : Kimch
// Created : 2022-02-16
// Description :
// Last Modified By :
// Last Modified On :
// ***********************************************************************
//
//
// ***********************************************************************
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace G
{
///
/// 活动基类
///
public class Activity
{
#region Field
#endregion
#region Method
#endregion
}
}