gg.easy.airship 0.1.2183 → 0.1.2184
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -208,6 +208,8 @@ namespace Luau {
|
|
|
208
208
|
[typeof(SpriteRenderer)] = LuauContextAll,
|
|
209
209
|
[typeof(ParticleSystem.MinMaxGradient)] = LuauContextAll,
|
|
210
210
|
[typeof(Input)] = LuauContextAll,
|
|
211
|
+
[typeof(Touch)] = LuauContextAll,
|
|
212
|
+
[typeof(TouchPhase)] = LuauContextAll,
|
|
211
213
|
// Tween
|
|
212
214
|
[typeof(NativeTween)] = LuauContextAll,
|
|
213
215
|
// Visual Effects
|