|
85 | 85 | </Reference> |
86 | 86 | </ItemGroup> |
87 | 87 | <ItemGroup> |
| 88 | + <Compile Include="ArgumentSystem\Arguments\CreatedScriptArgument.cs" /> |
| 89 | + <Compile Include="ArgumentSystem\Arguments\ScriptNameArgument.cs" /> |
| 90 | + <Compile Include="FlagSystem\Flags\Flag.cs" /> |
88 | 91 | <Compile Include="Helpers\Exceptions\DeveloperFuckedUpException.cs" /> |
89 | 92 | <Compile Include="Helpers\Exceptions\KrzysiuFuckedUpException.cs" /> |
| 93 | + <Compile Include="MethodSystem\MethodDescriptors\ICanError.cs" /> |
90 | 94 | <Compile Include="MethodSystem\Methods\ItemMethods\FirearmItemInfoMethod.cs" /> |
91 | 95 | <Compile Include="MethodSystem\Methods\ItemMethods\UsableItemInfoMethod.cs" /> |
92 | 96 | <Compile Include="MethodSystem\Methods\RoleMethods\Set079AuxPowerMethod.cs" /> |
| 97 | + <Compile Include="MethodSystem\Methods\ScriptMethods\RunFuncMethod.cs" /> |
93 | 98 | <Compile Include="MethodSystem\Methods\WarheadMethods\WarheadInfoMethod.cs" /> |
94 | 99 | <Compile Include="MethodSystem\Methods\WarheadMethods\WarheadMethod.cs" /> |
95 | 100 |
|
|
113 | 118 | <Compile Include="ArgumentSystem\Arguments\ReferenceArgument.cs" /> |
114 | 119 | <Compile Include="ArgumentSystem\Arguments\RoomArgument.cs" /> |
115 | 120 | <Compile Include="ArgumentSystem\Arguments\RoomsArgument.cs" /> |
116 | | - <Compile Include="ArgumentSystem\Arguments\ScriptArgument.cs" /> |
| 121 | + <Compile Include="ArgumentSystem\Arguments\RunningScriptArgument.cs" /> |
117 | 122 | <Compile Include="ArgumentSystem\Arguments\TextArgument.cs" /> |
118 | 123 | <Compile Include="ArgumentSystem\Arguments\TokenArgument.cs" /> |
119 | 124 | <Compile Include="ArgumentSystem\Arguments\IsValidReferenceArgument.cs" /> |
|
168 | 173 | <Compile Include="FlagSystem\Flags\OnCustomTriggerFlag.cs" /> |
169 | 174 | <Compile Include="FlagSystem\Flags\OnEventFlag.cs" /> |
170 | 175 | <Compile Include="FlagSystem\ScriptFlagHandler.cs" /> |
171 | | - <Compile Include="FlagSystem\Structures\Flag.cs" /> |
172 | 176 | <Compile Include="Helpers\Compiler\CompilerRequiredAttributes.cs" /> |
173 | 177 | <Compile Include="Helpers\Compiler\IsExternalInit.cs.cs" /> |
174 | 178 | <Compile Include="Helpers\Exceptions\AndrzejFuckedUpException.cs" /> |
|
329 | 333 | <Compile Include="ScriptSystem\Script.cs" /> |
330 | 334 | <Compile Include="ScriptSystem\Structures\PlayerConsoleExecutor.cs" /> |
331 | 335 | <Compile Include="ScriptSystem\Structures\RemoteAdminExecutor.cs" /> |
| 336 | + <Compile Include="ScriptSystem\Structures\ScriptName.cs" /> |
332 | 337 | <Compile Include="ScriptSystem\Structures\ServerConsoleExecutor.cs" /> |
333 | 338 | <Compile Include="ScriptSystem\Structures\ScriptExecutor.cs" /> |
334 | 339 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
0 commit comments