init project struct

This commit is contained in:
camille lechauve 2023-09-01 22:04:20 +02:00
commit ca21a0b837
3 changed files with 11 additions and 0 deletions

View File

View File

@ -0,0 +1 @@
Symbtoms_list = {}

View 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