From 5c66a8156ab88298f0221561b4ece44291ccbb29 Mon Sep 17 00:00:00 2001 From: DullSaurcer Date: Sat, 11 Feb 2023 21:39:45 -0800 Subject: [PATCH] Update CompProperties_Sighter.cs --- Source/Rule56/Comps/CompProperties_Sighter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Rule56/Comps/CompProperties_Sighter.cs b/Source/Rule56/Comps/CompProperties_Sighter.cs index b618e5d..9b559f7 100644 --- a/Source/Rule56/Comps/CompProperties_Sighter.cs +++ b/Source/Rule56/Comps/CompProperties_Sighter.cs @@ -7,7 +7,6 @@ public class CompProperties_Sighter : CompProperties public bool powered; public int radius; public int? radiusNight; - public CompProperties_Sighter() { compClass = typeof(ThingComp_Sighter);