MayHeCome/Assets/ChengHui/Script/SpecialBuff/SpecailBuff_Bonfire.cs

26 lines
476 B
C#
Raw Normal View History

2024-12-18 09:55:34 +00:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SpecailBuff_Bonfire : SpecailBuff_Buildings
{
[Header("所属建筑")]
public Bonfire_Buildings bonfire_Building;
// Start is called before the first frame update
// Update is called once per frame
void Update()
{
}
public void Bonfire_Buff_1()
{
}
public void Bonfire_Buff_2()
{
}
public void Bonfire_Buff_3()
{
}
}