public ArmorEffect(ABuff type)
 {
     this.type = type;
 }
Beispiel #2
0
 public TimedLightBuff(float duration, ABuff buff, GameObject obj) : base(duration, buff, obj)
 {
     lightBuff = (LightBuff)buff;
     player    = obj.GetComponent <PlayerController>();
 }