Skip to content
typescript
/**
 * Squirrel Language
 *
 * @package attackinfo
 * @global
 * @version 3.0.7
 */

/**
 * 攻击信息类
 * @global
 * @exports
 */
class AttackInfo {
	function setAttackType() {}
	function setElement() {}
	function isValidElement() {}
}