質問編集履歴

2

誤字修正

2018/11/04 11:59

投稿

musiruda
musiruda

スコア15

test CHANGED
File without changes
test CHANGED
@@ -108,7 +108,7 @@
108
108
 
109
109
  //label;
110
110
 
111
- ```StartCoroutine("Hoge");```
111
+ ```StartCoroutine("Hoge");``
112
112
 
113
113
  kakunina = ansbutton1.GetComponent<Quizansbutton>().kioku;
114
114
 
@@ -146,7 +146,7 @@
146
146
 
147
147
 
148
148
 
149
- ```IEnumerator Hoge () {```
149
+ ```IEnumerator Hoge () {
150
150
 
151
151
  while (!Input.GetMouseButtonDown(0)) {
152
152
 

1

```の修正

2018/11/04 11:59

投稿

musiruda
musiruda

スコア15

test CHANGED
File without changes
test CHANGED
@@ -108,7 +108,7 @@
108
108
 
109
109
  //label;
110
110
 
111
- StartCoroutine("Hoge");
111
+ ```StartCoroutine("Hoge");```
112
112
 
113
113
  kakunina = ansbutton1.GetComponent<Quizansbutton>().kioku;
114
114
 
@@ -146,7 +146,7 @@
146
146
 
147
147
 
148
148
 
149
- IEnumerator Hoge () {
149
+ ```IEnumerator Hoge () {```
150
150
 
151
151
  while (!Input.GetMouseButtonDown(0)) {
152
152
 
@@ -156,6 +156,8 @@
156
156
 
157
157
  }
158
158
 
159
+ ``
160
+
159
161
 
160
162
 
161
163
  }