mycj_demo/mycj/Assets/Game/Scripts/Application/Args/FBUpgradeTowerArgs.cs

31 lines
798 B
C#
Raw Normal View History

2024-12-02 09:37:47 +08:00
// Felix-BangFBUpgradeTowerArgs
//   へ     /|
//  /7    ∠_/
//  / │    
//  Z _,    /`ヽ
// │     ヽ   /  〉
//  Y     `  /  /
// イ● 、 ●  ⊂⊃〈  /
// ()  へ    | \〈
//  >ー 、_  ィ  │
//  / へ   / ノ<|
//  ヽ_ノ  (_  │//
//  7       |
//  ―r ̄ ̄`ー―_
// Describe升级炮塔参数
// Createtime2018/10/17
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace FBApplication
{
public class FBUpgradeTowerArgs
{
#region
public FBTower Tower;
#endregion
}
}