add wiring for offensive buffs

This commit is contained in:
Ian Woods 2026-06-02 23:40:00 -07:00
parent 04ead32846
commit 3737ad517c
12 changed files with 338 additions and 3 deletions

View file

@ -0,0 +1,12 @@
// Assets/_Project/Scripts/Core/BuffStat.cs
namespace TD.Core
{
/// <summary>
/// Identifies which tower stat a <see cref="TD.Gameplay.BuffDefinition"/> modifies.
/// </summary>
public enum BuffStat : byte
{
Damage = 0,
AttackSpeed = 1,
}
}

View file

@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: fc84fec503f24bc7693ee29558f45d27