回答編集履歴
1
誤字の修正
answer
CHANGED
@@ -67,12 +67,5 @@
|
|
67
67
|
{
|
68
68
|
Attack attack = Human.GetComponent<Attack>();
|
69
69
|
attack.Stop ();
|
70
|
-
BoolCollid = true;
|
71
70
|
}
|
72
|
-
|
73
|
-
public bool Getbool()
|
74
|
-
{
|
75
|
-
return BoolCollid;
|
76
|
-
|
77
|
-
}
|
78
71
|
}
|