feat: g65_병사연회 구현
This commit is contained in:
@@ -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,
|
||||
){
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user