changed internal notation

This commit is contained in:
Chr1Z93 2023-06-21 23:47:26 +02:00
parent 34fd025992
commit 0263924ce7

View File

@ -9,7 +9,7 @@ do
["Dark Souls"] = 2
}
function internal.playTriggerEffect(index)
internal.playTriggerEffect = function(index)
getObjectsWithTag("SoundCube")[1].AssetBundle.playTriggerEffect(index)
end