質問編集履歴

2

xx

2016/03/11 22:58

投稿

seri
seri

スコア422

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
 
40
40
 
41
- methodA(Dictionary<int,GameObject> book){
41
+ public void methodA(Dictionary<int,GameObject> book){
42
42
 
43
43
  Debug.Log(book);
44
44
 
@@ -46,7 +46,7 @@
46
46
 
47
47
 
48
48
 
49
- methodB(){
49
+ public void methodB(){
50
50
 
51
51
  Debug.Log(book);
52
52
 

1

xx

2016/03/11 22:58

投稿

seri
seri

スコア422

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ```ここに言語を入力
10
10
 
11
- //クラスやusingは質問内容と密接ではないので省略
11
+ //クラスやusingは質問内容と密接ではないので省略(下記は全て、同クラス内のものです)
12
12
 
13
13
 
14
14