mirror of
https://github.com/UberGames/RPG-X2.git
synced 2025-02-18 17:31:23 +00:00
3 lines
75 B
Lua
3 lines
75 B
Lua
|
function HelloWorld(ent, other, activator)
|
||
|
game.Print("Hello World");
|
||
|
end
|