refac: 유산 포인트 파트를 별도의 Manager로 분리, enum 적용
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
namespace sammo;
|
||||
|
||||
trait DefaultAction{
|
||||
|
||||
public function getName():string{
|
||||
return $this->name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user