roblox_emulator: stub BasePart.Touched & TouchEnded

This commit is contained in:
2025-04-22 22:29:36 -07:00
parent c98f53a151
commit 7ebcfa7bc3

@ -596,6 +596,10 @@ static LAZY_USER_DATA:LUD=phf::phf_map!{
"Players"=>phf::phf_map!{
"PlayerAdded"=>create_script_signal,
},
"BasePart"=>phf::phf_map!{
"Touched"=>create_script_signal,
"TouchEnded"=>create_script_signal,
},
};
#[derive(Default)]
pub struct InstanceValueStore{