CPP03 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
ScavTrap.hpp ファイル

Header file for the ScavTrap class, a derived class of ClapTrap. [詳解]

#include "ClapTrap.hpp"
#include <iostream>
#include <string>
ScavTrap.hpp の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  ScavTrap
 Represents a ScavTrap robot, a specialized type derived from ClapTrap. [詳解]
 

詳解

Header file for the ScavTrap class, a derived class of ClapTrap.

This file declares the ScavTrap class, which inherits from ClapTrap and introduces a new robot type with specific attributes and behaviors, including an attack with different damage and a unique 'guardGate' ability.

ScavTrap.hpp に定義があります。