Skip to content

Commit 43434ae

Browse files
add pulled methods to the index
1 parent 4678d62 commit 43434ae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

SER.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@
186186
<Compile Include="MethodSystem\Methods\BroadcastMethods\CountdownMethod.cs" />
187187
<Compile Include="MethodSystem\Methods\CASSIEMethods\IsCassieSpeakingMethod.cs" />
188188
<Compile Include="MethodSystem\Methods\CollectionVariableMethods\CollectionFetchMethod.cs" />
189+
<Compile Include="MethodSystem\Methods\DoorMethods\BreakDoorMethod.cs" />
190+
<Compile Include="MethodSystem\Methods\DoorMethods\RepairDoorMethod.cs" />
191+
<Compile Include="MethodSystem\Methods\DoorMethods\SetDoorHealthMethod.cs" />
192+
<Compile Include="MethodSystem\Methods\DoorMethods\SetDoorMaxHealthMethod.cs" />
189193
<Compile Include="MethodSystem\Methods\DoorMethods\SetDoorPermissionMethod.cs" />
190194
<Compile Include="MethodSystem\Methods\ElevatorMethods\LockElevatorMethod.cs" />
191195
<Compile Include="MethodSystem\Methods\ElevatorMethods\SendElevatorMethod.cs" />
@@ -219,8 +223,11 @@
219223
<Compile Include="MethodSystem\Methods\PlayerMethods\SetCustomInfoMethod.cs" />
220224
<Compile Include="MethodSystem\Methods\PlayerMethods\GodModeMethod.cs" />
221225
<Compile Include="MethodSystem\Methods\PlayerMethods\NoclipMethod.cs" />
226+
<Compile Include="MethodSystem\Methods\PlayerMethods\SetDisplayNameMethod.cs" />
227+
<Compile Include="MethodSystem\Methods\PlayerMethods\SetEmoteMethod.cs" />
222228
<Compile Include="MethodSystem\Methods\PlayerMethods\SetGravityMethod.cs" />
223229
<Compile Include="MethodSystem\Methods\PlayerMethods\SetGroupMethod.cs" />
230+
<Compile Include="MethodSystem\Methods\PlayerMethods\SetInfoAreaMethod.cs" />
224231
<Compile Include="MethodSystem\Methods\PlayerMethods\SetSizeMethod.cs" />
225232
<Compile Include="MethodSystem\Methods\PlayerVariableMethods\ContainsPlayerMethod.cs" />
226233
<Compile Include="MethodSystem\Methods\PlayerVariableMethods\GetPlayerFromReferenceMethod.cs" />

0 commit comments

Comments
 (0)