feat: g65_병사연회 구현

This commit is contained in:
2023-12-25 13:43:46 +00:00
parent 1fe55b83bd
commit 53474ab3d2
10 changed files with 204 additions and 19 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
namespace sammo\DTO;
use LDTO\DTO;
class InstantBuff extends DTO{
public function __construct(
public readonly string $buffName,
public readonly int $untilYearMonth,
){
}
}