質問編集履歴
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -90,6 +90,8 @@
|
|
90
90
|
|
91
91
|
staticで定義もしてみました
|
92
92
|
|
93
|
+
```
|
94
|
+
|
93
95
|
public static int damagePower=1;
|
94
96
|
|
95
97
|
if (collision.tag == "Enemy")
|
@@ -99,3 +101,5 @@
|
|
99
101
|
punchmanager.damagetrigger(punch1.damagePower,collision);//punchmanagerクラスにdamagePowerを渡したい
|
100
102
|
|
101
103
|
}
|
104
|
+
|
105
|
+
```
|
1
修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
あるフィールドの値を引数
|
1
|
+
あるフィールドの値を引数として違うクラスに渡したい
|
test
CHANGED
File without changes
|