質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,11 @@
|
|
18
18
|
|
19
19
|
```
|
20
20
|
|
21
|
+
public class PowerMeter : MonoBehaviour
|
22
|
+
|
23
|
+
{
|
24
|
+
|
21
|
-
public float angle;
|
25
|
+
public float angle;
|
22
26
|
|
23
27
|
private GameObject target;
|
24
28
|
|
@@ -200,6 +204,8 @@
|
|
200
204
|
|
201
205
|
}
|
202
206
|
|
207
|
+
}
|
208
|
+
|
203
209
|
```
|
204
210
|
|
205
211
|
プレイヤー
|