質問編集履歴

2

string name1;が未定義でした。

2021/12/12 14:24

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  手札が1枚の時にそのカードの種類に応じて0、1、2、3、4、5、6、7、8、9、+、-、×、÷のいずれかがhandpoint.textに表示されるようにしたい。
6
6
 
7
-
7
+ 【追記】string name1;を書き忘れていたので追加しました
8
8
 
9
9
 
10
10
 

1

string name1;が未定義でした。

2021/12/12 14:24

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -29,6 +29,8 @@
29
29
  public Transform playerHand;
30
30
 
31
31
  public Text handpoint;
32
+
33
+ string name1;
32
34
 
33
35
  if (handCount == 1)
34
36