bevy_scriptum/assets/tests/ruby/call_script_function_with_params.rb
2025-05-14 14:17:12 +02:00

7 lines
74 B
Ruby

STATE = {
"called_with" => nil
}
def test_func(x)
called_with = x
end