Skip to content

Commit

Permalink
Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Sep 18, 2024
1 parent 8fafbc3 commit 53f5a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mod/Gangs.Boostrap/Gangs.Boostrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<ItemGroup>
<ProjectReference Include="..\Gangs.BombIconPerk\Gangs.BombIconPerk.csproj"/>
<ProjectReference Include="..\Gangs.SpecialDayColorPerk\Gangs.SpecialDayColorPerk.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions mod/Gangs.Boostrap/GangsServiceExtension.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using CounterStrikeSharp.API.Core;
using Gangs.BombIconPerk;
using Gangs.SpecialDayColorPerk;
using Jailbreak.Public;
using Jailbreak.Public.Behaviors;
using Jailbreak.Public.Extensions;
Expand All @@ -19,5 +20,6 @@ public void Start(BasePlugin basePlugin) {
if (services == null) return;

_ = new BombIconBootstrap(services);
_ = new SDColorBootstrap(services);
}
}

0 comments on commit 53f5a0a

Please sign in to comment.