Skip to content

Commit

Permalink
i really should enable c# in my codespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jithatsonei authored Mar 25, 2024
1 parent 308fd49 commit 5edbe75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions WeaponsGiver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
using CounterStrikeSharp.API.Modules.Entities.Constants;
using CounterStrikeSharp.API.Modules.Cvars;
using CounterStrikeSharp.API.Modules.Utils;
using System
using System.Timers
using System;
using System.Timers;

namespace WeaponsGiver
{
[MinimumApiVersion(175)]
Expand Down

0 comments on commit 5edbe75

Please sign in to comment.