hold音符补丁 备份
This commit is contained in:
@@ -52,8 +52,8 @@ public enum EffectType
|
||||
|
||||
public interface ICombatant
|
||||
{
|
||||
void ReceiveDamage(float amount, GameObject source);
|
||||
void ReceiveHeal(float amount, GameObject source);
|
||||
void ReceiveDamage(float amount, GameObject source, bool deferPopup = false);
|
||||
void ReceiveHeal(float amount, GameObject source, bool deferPopup = false);
|
||||
void ApplyBuff(Buff buff, GameObject source);
|
||||
void RemoveBuff(string buffId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user