From b293f2dacb5701d57142a14f4dc172e8941793f6 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 21 Jul 2022 23:50:34 +0200 Subject: [PATCH] Add cvardef template for Rider (#9948) --- SpaceStation14.sln.DotSettings | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/SpaceStation14.sln.DotSettings b/SpaceStation14.sln.DotSettings index e78ddcce7b..30fb5be573 100644 --- a/SpaceStation14.sln.DotSettings +++ b/SpaceStation14.sln.DotSettings @@ -440,6 +440,23 @@ public sealed class $CLASS$ : Shared$CLASS$ { $END$ } SS14 + True + True + CVarDef declaration + True + 3 + True + 4 + True + 2 + True + True + 2.0 + InCSharpFile + cvardef + True + public static readonly CVarDef<$TYPE$> $NAME$ = + CVarDef.Create("$TAG$", $DEFAULT$, $FLAGS$); True True True