18 lines
396 B
PHP
18 lines
396 B
PHP
<?php
|
|
namespace sammo\ActionSpecialDomestic;
|
|
use \sammo\iAction;
|
|
use \sammo\General;
|
|
use \sammo\SpecialityConst;
|
|
|
|
class che_거상 implements iAction{
|
|
use \sammo\DefaultAction;
|
|
|
|
protected $id = 999;
|
|
protected $name = '거상';
|
|
protected $info = '<비활성화>';
|
|
|
|
static $selectWeightType = SpecialityConst::WEIGHT_NORM;
|
|
static $selectWeight = 0;
|
|
static $type = [];
|
|
|
|
} |