내특을 iActionTrigger로 구현

This commit is contained in:
2018-09-03 01:03:51 +09:00
parent 1fe3bfd0f3
commit 1301b37901
14 changed files with 339 additions and 7 deletions
+20
View File
@@ -0,0 +1,20 @@
<?php
namespace sammo\TriggerSpecialDomestic;
use \sammo\iActionTrigger;
use \sammo\General;
use \sammo\SpecialityConst;
class None implements iActionTrigger{
use \sammo\DefaultActionTrigger;
static $id = 0;
static $name = '-';
static $info = null;
static $selectWeightType = SpecialityConst::WEIGHT_NORM;
static $selectWeight = 0;
static $type = [
SpecialityConst::DISABLED
];
}