Acme-HidamariSketch
view release on metacpan or search on metacpan
lib/Acme/HidamariSketch/Misato.pm view on Meta::CPAN
package Acme::HidamariSketch::Misato;
use strict;
use warnings;
use utf8;
use base qw/Acme::HidamariSketch::Base/;
our $VERSION = '0.05';
sub info {
return (
name_ja => 'ã¿ãã¨',
name_en => 'misato',
nickname => undef,
birthday => undef,
voice_by => 'å°æ¸
æ°´ äºç¾',
room_number => {before => 201, first => undef, second => undef, third => undef},
sign => undef,
color => undef,
course => 'ç¾è¡ç§',
);
}
1;
( run in 1.328 second using v1.01-cache-2.11-cpan-800906f7e73 )