Looks like you’re missing your call to the base constructor. Line 6 should be as follows:
public DEDsession2ServerTarget(TargetInfo Target) : base(Target)
Looks like you’re missing your call to the base constructor. Line 6 should be as follows:
public DEDsession2ServerTarget(TargetInfo Target) : base(Target)