diff options
Diffstat (limited to 'spec/outputs')
| -rw-r--r-- | spec/outputs/import.lua | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/outputs/import.lua b/spec/outputs/import.lua index ef83f2d..270c7b7 100644 --- a/spec/outputs/import.lua +++ b/spec/outputs/import.lua | |||
| @@ -113,6 +113,22 @@ do | |||
| 113 | local a, b, c = z.a, z.b, z.c | 113 | local a, b, c = z.a, z.b, z.c |
| 114 | end | 114 | end |
| 115 | do | 115 | do |
| 116 | local Object, GameObject, Transform, MonoBehaviour, Vector3, Quaternion = UnityEngine.Object, UnityEngine.GameObject, UnityEngine.Transform, UnityEngine.MonoBehaviour, UnityEngine.Vector3, UnityEngine.Quaternion | ||
| 117 | local speed = 10 | ||
| 118 | end | ||
| 119 | do | ||
| 120 | local Object, GameObject, Transform, MonoBehaviour, Vector3, Quaternion = UnityEngine.Object, UnityEngine.GameObject, UnityEngine.Transform, UnityEngine.MonoBehaviour, UnityEngine.Vector3, UnityEngine.Quaternion | ||
| 121 | local speed = 10 | ||
| 122 | end | ||
| 123 | do | ||
| 124 | local Object, GameObject, Transform, MonoBehaviour, Vector3, Quaternion = UnityEngine.Object, UnityEngine.GameObject, UnityEngine.Transform, UnityEngine.MonoBehaviour, UnityEngine.Vector3, UnityEngine.Quaternion | ||
| 125 | update(speed) | ||
| 126 | end | ||
| 127 | do | ||
| 128 | local Object, GameObject, Transform, MonoBehaviour, Vector3, Quaternion = UnityEngine.Object, UnityEngine.GameObject, UnityEngine.Transform, UnityEngine.MonoBehaviour, UnityEngine.Vector3, UnityEngine.Quaternion | ||
| 129 | update(speed) | ||
| 130 | end | ||
| 131 | do | ||
| 116 | local module = require('module') | 132 | local module = require('module') |
| 117 | local module_x = require('module_x') | 133 | local module_x = require('module_x') |
| 118 | local d_a_s_h_e_s = require("d-a-s-h-e-s") | 134 | local d_a_s_h_e_s = require("d-a-s-h-e-s") |
