inheritBuff 준비
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
namespace sammo;
|
||||
|
||||
class TriggerInheritBuff implements iAction{
|
||||
use DefaultAction;
|
||||
|
||||
protected array $inheritBuffList;
|
||||
|
||||
public function __construct(array $inheritBuffList){
|
||||
$this->inheritBuffList = $inheritBuffList;
|
||||
}
|
||||
|
||||
public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{
|
||||
return $value;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user