コード例 #1
0
 public static void SetAttack(GameCreature target, int value)
 {
     target.SetCurrentAttack(value);
 }
コード例 #2
0
	public static void SetAttack(GameCreature target, int value) {
        target.SetCurrentAttack(value);
    }