특기 획득 구조 변경
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
namespace sammo;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
abstract class BaseSpecial implements iAction{
|
||||
use \sammo\DefaultAction;
|
||||
|
||||
protected $id = 0;
|
||||
protected $name = '-';
|
||||
protected $info = '';
|
||||
|
||||
/** @var int */
|
||||
static $selectWeightType;
|
||||
/** @var int */
|
||||
static $selectWeight;
|
||||
/** @var int[] */
|
||||
static $type;
|
||||
}
|
||||
Reference in New Issue
Block a user