質問編集履歴

1

コードの修正

2021/01/06 02:20

投稿

funabashi
funabashi

スコア1

test CHANGED
File without changes
test CHANGED
@@ -23,6 +23,22 @@
23
23
 
24
24
 
25
25
  ```C#
26
+
27
+ {
28
+
29
+ float rotSpeed = 0;
30
+
31
+
32
+
33
+ void Start()
34
+
35
+ {
36
+
37
+
38
+
39
+ }
40
+
41
+
26
42
 
27
43
  void Update()
28
44