teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

誤字の修正

2019/10/11 08:29

投稿

land25
land25

スコア7

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
  }