|
<?php
|
|
/**
|
|
* role.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author TL <mengwb@guangda.work>
|
|
* @created 2022-08-29 20:33:32
|
|
* @modified 2022-08-29 20:33:32
|
|
*/
|
|
|
|
return [
|
|
'name' => 'le nom du personnage',
|
|
];
|