Skip to content

Commit 003c0fd

Browse files
Update SER.csproj
1 parent 9b07a89 commit 003c0fd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

SER.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,16 @@
8585
</Reference>
8686
</ItemGroup>
8787
<ItemGroup>
88+
<Compile Include="ArgumentSystem\Arguments\CreatedScriptArgument.cs" />
89+
<Compile Include="ArgumentSystem\Arguments\ScriptNameArgument.cs" />
90+
<Compile Include="FlagSystem\Flags\Flag.cs" />
8891
<Compile Include="Helpers\Exceptions\DeveloperFuckedUpException.cs" />
8992
<Compile Include="Helpers\Exceptions\KrzysiuFuckedUpException.cs" />
93+
<Compile Include="MethodSystem\MethodDescriptors\ICanError.cs" />
9094
<Compile Include="MethodSystem\Methods\ItemMethods\FirearmItemInfoMethod.cs" />
9195
<Compile Include="MethodSystem\Methods\ItemMethods\UsableItemInfoMethod.cs" />
9296
<Compile Include="MethodSystem\Methods\RoleMethods\Set079AuxPowerMethod.cs" />
97+
<Compile Include="MethodSystem\Methods\ScriptMethods\RunFuncMethod.cs" />
9398
<Compile Include="MethodSystem\Methods\WarheadMethods\WarheadInfoMethod.cs" />
9499
<Compile Include="MethodSystem\Methods\WarheadMethods\WarheadMethod.cs" />
95100

@@ -113,7 +118,7 @@
113118
<Compile Include="ArgumentSystem\Arguments\ReferenceArgument.cs" />
114119
<Compile Include="ArgumentSystem\Arguments\RoomArgument.cs" />
115120
<Compile Include="ArgumentSystem\Arguments\RoomsArgument.cs" />
116-
<Compile Include="ArgumentSystem\Arguments\ScriptArgument.cs" />
121+
<Compile Include="ArgumentSystem\Arguments\RunningScriptArgument.cs" />
117122
<Compile Include="ArgumentSystem\Arguments\TextArgument.cs" />
118123
<Compile Include="ArgumentSystem\Arguments\TokenArgument.cs" />
119124
<Compile Include="ArgumentSystem\Arguments\IsValidReferenceArgument.cs" />
@@ -168,7 +173,6 @@
168173
<Compile Include="FlagSystem\Flags\OnCustomTriggerFlag.cs" />
169174
<Compile Include="FlagSystem\Flags\OnEventFlag.cs" />
170175
<Compile Include="FlagSystem\ScriptFlagHandler.cs" />
171-
<Compile Include="FlagSystem\Structures\Flag.cs" />
172176
<Compile Include="Helpers\Compiler\CompilerRequiredAttributes.cs" />
173177
<Compile Include="Helpers\Compiler\IsExternalInit.cs.cs" />
174178
<Compile Include="Helpers\Exceptions\AndrzejFuckedUpException.cs" />
@@ -329,6 +333,7 @@
329333
<Compile Include="ScriptSystem\Script.cs" />
330334
<Compile Include="ScriptSystem\Structures\PlayerConsoleExecutor.cs" />
331335
<Compile Include="ScriptSystem\Structures\RemoteAdminExecutor.cs" />
336+
<Compile Include="ScriptSystem\Structures\ScriptName.cs" />
332337
<Compile Include="ScriptSystem\Structures\ServerConsoleExecutor.cs" />
333338
<Compile Include="ScriptSystem\Structures\ScriptExecutor.cs" />
334339
<Compile Include="Properties\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)