// ***********************************************************************
// Assembly : Game
// Author : Kimch
// Created : 2020-12-30
// Description :
// Last Modified By :
// Last Modified On :
// ***********************************************************************
//
//
// ***********************************************************************
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace G
{
///
/// 子弹基类
///
public class BulletBase : MonoBehaviour
{
#region Field
#endregion
#region Method
#endregion
#region Unity
#endregion
}
}