質問編集履歴

1

2022/01/17 03:10

投稿

yuki_snow
yuki_snow

スコア27

test CHANGED
File without changes
test CHANGED
@@ -182,6 +182,7 @@
182
182
  ### 試したこと
183
183
  ・public bool CheckPush(int PushNum, bool IsCPU, bool[] Playing)のPlayingに値を入れるIsPlaying[]の配列数を増やす。
184
184
  ・上記のソースではbool Special()の処理をSpecialAttack.csの派生クラスで行っているが、ControllerConverterの派生クラスで行ってみたが同じ結果になった。今まではCheckPushや入力はControllerConverterの派生クラスで行われていたが、必殺技のみSpecialAttack.csで行っている。
185
+ IsPlayingの要素数![IsPlayingの要素数は9でした](https://ddjkaamml8q8x.cloudfront.net/questions/2022-01-17/64fceede-0f76-47f9-a076-857f4730d0ae.png)
185
186
 
186
187
 
187
188
  ### 補足情報(FW/ツールのバージョンなど)