diff --git a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ImplementsPowerBuff.cs b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ImplementsPowerBuff.cs index c5a77a1..2c27475 100644 --- a/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ImplementsPowerBuff.cs +++ b/src/DiIiS-NA/D3-GameServer/GSSystem/PowerSystem/ImplementsPowerBuff.cs @@ -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) {