Skip to content

Commit 0b0da30

Browse files
Update SER.csproj
1 parent 805f4e5 commit 0b0da30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SER.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,10 @@
193193
<Compile Include="MethodSystem\Methods\GeneralVariableMethods\GlobalVariableMethod.cs" />
194194
<Compile Include="MethodSystem\Methods\GeneralVariableMethods\PopVariableMethod.cs" />
195195
<Compile Include="MethodSystem\Methods\GeneralVariableMethods\VarExistsMethod.cs" />
196+
<Compile Include="MethodSystem\Methods\HealthMethods\AddHumeMethod.cs" />
196197
<Compile Include="MethodSystem\Methods\HealthMethods\DamageInfoMethod.cs" />
197198
<Compile Include="MethodSystem\Methods\HealthMethods\HealMethod.cs" />
199+
<Compile Include="MethodSystem\Methods\HealthMethods\SetHumeShieldMethod.cs" />
198200
<Compile Include="MethodSystem\Methods\ItemMethods\ItemInfoMethod.cs" />
199201
<Compile Include="MethodSystem\Methods\LiteralVariableMethods\PlayerDataExistsMethod.cs" />
200202
<Compile Include="MethodSystem\Methods\MapMethods\CleanupPickupsMethod.cs" />
@@ -214,6 +216,7 @@
214216
<Compile Include="MethodSystem\Methods\PlayerMethods\SetCustomInfoMethod.cs" />
215217
<Compile Include="MethodSystem\Methods\PlayerMethods\GodModeMethod.cs" />
216218
<Compile Include="MethodSystem\Methods\PlayerMethods\NoclipMethod.cs" />
219+
<Compile Include="MethodSystem\Methods\PlayerMethods\SetGravityMethod.cs" />
217220
<Compile Include="MethodSystem\Methods\PlayerMethods\SetGroupMethod.cs" />
218221
<Compile Include="MethodSystem\Methods\PlayerMethods\SetSizeMethod.cs" />
219222
<Compile Include="MethodSystem\Methods\PlayerVariableMethods\ContainsPlayerMethod.cs" />

0 commit comments

Comments
 (0)