PowerShard.PowerShard C# (CSharp) Method

PowerShard() public method

public PowerShard ( Hexagon, position, int cooldown, List effectIds ) : UnityEngine
position Hexagon,
cooldown int
effectIds List
return UnityEngine
    public PowerShard(Hexagon position, int cooldown, List<int> effectIds) : base(position)
    {
        _cooldown = cooldown;
        _currentCooldown = 0;
        _effectIds = effectIds;
    }