roblox_emulator: stub BasePart.Touched & TouchEnded
This commit is contained in:
parent
c98f53a151
commit
7ebcfa7bc3
@ -596,6 +596,10 @@ static LAZY_USER_DATA:LUD=phf::phf_map!{
|
|||||||
"Players"=>phf::phf_map!{
|
"Players"=>phf::phf_map!{
|
||||||
"PlayerAdded"=>create_script_signal,
|
"PlayerAdded"=>create_script_signal,
|
||||||
},
|
},
|
||||||
|
"BasePart"=>phf::phf_map!{
|
||||||
|
"Touched"=>create_script_signal,
|
||||||
|
"TouchEnded"=>create_script_signal,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
pub struct InstanceValueStore{
|
pub struct InstanceValueStore{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user