summaryrefslogtreecommitdiffstats
path: root/lib/Games/SMTNocturne/Fusion/Demon/Element.pm
blob: 160d50c7540377326eb158913116c85cf16c2bc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package Games::SMTNocturne::Fusion::Demon::Element;
use Moose;
use namespace::autoclean;
extends 'Games::SMTNocturne::Fusion::Demon';

# XXX: add stuff here

__PACKAGE__->meta->make_immutable;

1;