Skip to content

Commit eb66e7b

Browse files
committed
fix: Add missing appliesto(srctools) to ControlEnables
1 parent e604385 commit eb66e7b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

fgd/bases/ControlEnables.fgd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
@BaseClass = ControlEnables: "A pair of keyvalues for specifying if a comp_ entity is enabled."
1+
@BaseClass
2+
appliesto(srctools)
3+
= ControlEnables: "A pair of keyvalues for specifying if a comp_ entity is enabled."
24
[
35
ctrl_type[engine](boolean) : "Invert Value?" : 0
46
ctrl_type(choices) : "Control Type" : 0 : "Controls how the Control Value is interpreted" =

0 commit comments

Comments
 (0)