Minor: Cleanup
This commit is contained in:
parent
cbe44933bf
commit
d75605027d
@ -9,8 +9,8 @@ namespace DiIiS_NA.GameServer.GSSystem.PowerSystem
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
public class ImplementsPowerBuff : Attribute
|
||||
{
|
||||
public int BuffSlot;
|
||||
public bool CountStacks;
|
||||
public int BuffSlot { get; }
|
||||
public bool CountStacks { get; }
|
||||
|
||||
public ImplementsPowerBuff(int buffSlot, bool countStacks = false)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
user.block.title