mirror of
https://github.com/peter-tanner/Factorio-Dieselpunk.git
synced 2024-11-30 11:10:21 +08:00
3 lines
100 B
Lua
3 lines
100 B
Lua
script.on_event(defines.events.on_player_rotated_entity, function(event)
|
|
game.print("rotated")
|
|
end) |