Skip to content

Commit

Permalink
Default functions
Browse files Browse the repository at this point in the history
  • Loading branch information
legokidlogan committed May 19, 2024
1 parent a632afd commit eee30b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/weapons/cfc_simple_base/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@ function SWEP:SecondaryAttack()
self:TryAltFire()
end

function SWEP:PrimaryRelease()
end

function SWEP:SecondaryRelease()
end

function SWEP:HandleRelease()
local ply = self:GetOwner()
if not IsValid( ply ) then return end
Expand Down

0 comments on commit eee30b6

Please sign in to comment.