init project struct
This commit is contained in:
commit
ca21a0b837
0
lua/autorun/client/cl_disease.lua
Normal file
0
lua/autorun/client/cl_disease.lua
Normal file
1
lua/autorun/server/sv_symbtoms.lua
Normal file
1
lua/autorun/server/sv_symbtoms.lua
Normal file
@ -0,0 +1 @@
|
||||
Symbtoms_list = {}
|
10
lua/autorun/server/symptoms/sv_cough.lua
Normal file
10
lua/autorun/server/symptoms/sv_cough.lua
Normal file
@ -0,0 +1,10 @@
|
||||
include("autorun/server/sv_symbtoms.lua")
|
||||
|
||||
table.insert(Symbtoms_list, "cough" = cough_func)
|
||||
|
||||
--- Send a packet to trigger cough animation to the player
|
||||
---@param side UID64 string? UID64 of the player
|
||||
---@return void
|
||||
function cough(UID64)
|
||||
|
||||
end
|
Loading…
Reference in New Issue
Block a user