質問編集履歴
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,9 @@
|
|
14
14
|
|
15
15
|
```c#
|
16
16
|
|
17
|
-
Assets\Scripts\HookManager.cs(43,34): error CS1955: Non-invocable member 'Vector2' cannot be used like a method.
|
17
|
+
Assets\Scripts\HookManager.cs(43,34): error CS1955: Non-invocable member 'Vector2' cannot be used like a method.
|
18
|
+
|
19
|
+
```
|
18
20
|
|
19
21
|
```
|
20
22
|
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,13 +14,13 @@
|
|
14
14
|
|
15
15
|
```c#
|
16
16
|
|
17
|
-
Assets\Scripts\HookManager.cs(43,34): error CS1955: Non-invocable member 'Vector2' cannot be used like a method.
|
17
|
+
Assets\Scripts\HookManager.cs(43,34): error CS1955: Non-invocable member 'Vector2' cannot be used like a method.```
|
18
|
-
|
19
|
-
```
|
20
18
|
|
21
19
|
```
|
22
20
|
|
23
21
|
Assets\Scripts\HookManager.cs(12,17): warning CS0108: 'HookManager.rigidbody2D' hides inherited member 'Component.rigidbody2D'. Use the new keyword if hiding was intended.
|
22
|
+
|
23
|
+
|
24
24
|
|
25
25
|
```
|
26
26
|
|
@@ -28,17 +28,23 @@
|
|
28
28
|
|
29
29
|
Assets\Scripts\HimoManager.cs(26,9): warning CS0618: 'LineRenderer.SetColors(Color, Color)' is obsolete: 'Use startColor, endColor or colorGradient instead.'
|
30
30
|
|
31
|
+
|
32
|
+
|
31
33
|
```
|
32
34
|
|
33
35
|
```
|
34
36
|
|
35
37
|
Assets\Scripts\PlayerManager.cs(84,9): warning CS0162: Unreachable code detected
|
36
38
|
|
39
|
+
|
40
|
+
|
37
41
|
```
|
38
42
|
|
39
43
|
```
|
40
44
|
|
41
45
|
Assets\Scripts\PlayerManager.cs(7,32): warning CS0649: Field 'PlayerManager.blockLayer' is never assigned to, and will always have its default value
|
46
|
+
|
47
|
+
|
42
48
|
|
43
49
|
```
|
44
50
|
|
@@ -142,6 +148,16 @@
|
|
142
148
|
|
143
149
|
}
|
144
150
|
|
151
|
+
|
152
|
+
|
153
|
+
bool throwing()
|
154
|
+
|
155
|
+
{
|
156
|
+
|
157
|
+
return false;
|
158
|
+
|
159
|
+
}
|
160
|
+
|
145
161
|
}
|
146
162
|
|
147
163
|
```
|