18 lines
329 B
C#
18 lines
329 B
C#
|
|
using Gameplay.Common;
|
||
|
|
namespace Gameplay.Buff.Utils
|
||
|
|
{
|
||
|
|
public static class BuffUtils
|
||
|
|
{
|
||
|
|
|
||
|
|
public static void DoDamage(GameUnit sender, GameUnit beHitter)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
public static void DoMoraleDamage(GameUnit sender, GameUnit beHitter)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|