Fadeout Beam Comp - SmArtKar/AthenaFramework GitHub Wiki
CompProperties_BeamFadeout
makes beams that it's attached to leave another beam
fadeoutTicks
field determines how long(in ticks) it takes for the created beam to fade out completely
public class CompProperties_BeamFadeout : CompProperties
{
public int fadeoutTicks = 10;
}