refac: 유산 포인트 파트를 별도의 Manager로 분리, enum 적용

This commit is contained in:
2022-05-08 04:40:36 +09:00
parent 54a5a61bee
commit c32179347c
35 changed files with 463 additions and 345 deletions
-1
View File
@@ -2,7 +2,6 @@
namespace sammo;
trait DefaultAction{
public function getName():string{
return $this->name;
}