mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-21 12:17:46 +00:00
3 lines
59 B
Lua
3 lines
59 B
Lua
![]() |
function onTick(target, effect)
|
||
|
target.AddTP(100);
|
||
|
end;
|