Acme-HidamariSketch
view release on metacpan or search on metacpan
lib/Acme/HidamariSketch/Sae.pm view on Meta::CPAN
package Acme::HidamariSketch::Sae;
use strict;
use warnings;
use utf8;
use base qw/Acme::HidamariSketch::Base/;
our $VERSION = '0.05';
sub info {
return (
name_ja => 'æ²è±',
name_en => 'sae',
nickname => 'ãã',
birthday => '11/3',
voice_by => 'æ°è°· è¯å',
room_number => {before => 102, first => 102, second => 102, third => undef},
sign => 'è 座',
color => '#800080', # ãã¼ãã«
course => 'ç¾è¡ç§',
);
}
1;
( run in 3.085 seconds using v1.01-cache-2.11-cpan-364913b4093 )