add wiring for offensive buffs
This commit is contained in:
parent
04ead32846
commit
3737ad517c
12 changed files with 338 additions and 3 deletions
12
Assets/_Project/Scripts/Core/BuffStat.cs
Normal file
12
Assets/_Project/Scripts/Core/BuffStat.cs
Normal 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,
|
||||
}
|
||||
}
|
||||
2
Assets/_Project/Scripts/Core/BuffStat.cs.meta
Normal file
2
Assets/_Project/Scripts/Core/BuffStat.cs.meta
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
fileFormatVersion: 2
|
||||
guid: fc84fec503f24bc7693ee29558f45d27
|
||||
Loading…
Add table
Add a link
Reference in a new issue