첫 화면 띄우기 성공
This commit is contained in:
@@ -49,9 +49,10 @@ return "
|
||||
";
|
||||
}
|
||||
|
||||
function displayCharInfo(?int $type):string{
|
||||
$info = getCharInfo($type);
|
||||
$text = getGenChar($type);
|
||||
function displayCharInfo(string $type):string{
|
||||
$class = getPersonalityClass($type);
|
||||
$info = $class::$info;
|
||||
$text = $class::$name;
|
||||
|
||||
$templates = new \League\Plates\Engine(__dir__.'/templates');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user