summaryrefslogtreecommitdiffstats
path: root/lib/Games/SMTNocturne/Fusion/Role/NotNormallyFusable.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-10-06 10:09:33 -0500
committerJesse Luehrs <doy@tozt.net>2009-10-06 10:09:33 -0500
commite4c8dc1d21fa1229d015872f715bd5709707c2d4 (patch)
treecdb5d1d540cbe30fba9fb9a97dbd08f1f87c118c /lib/Games/SMTNocturne/Fusion/Role/NotNormallyFusable.pm
parent2022027fb115a83b50d1eac1269534c78d342785 (diff)
downloadgames-smtnocturne-fusion-e4c8dc1d21fa1229d015872f715bd5709707c2d4.tar.gz
games-smtnocturne-fusion-e4c8dc1d21fa1229d015872f715bd5709707c2d4.zip
refactor a bunch of the level calculations
Diffstat (limited to 'lib/Games/SMTNocturne/Fusion/Role/NotNormallyFusable.pm')
-rw-r--r--lib/Games/SMTNocturne/Fusion/Role/NotNormallyFusable.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Games/SMTNocturne/Fusion/Role/NotNormallyFusable.pm b/lib/Games/SMTNocturne/Fusion/Role/NotNormallyFusable.pm
new file mode 100644
index 0000000..508c43d
--- /dev/null
+++ b/lib/Games/SMTNocturne/Fusion/Role/NotNormallyFusable.pm
@@ -0,0 +1,5 @@
+package Games::SMTNocturne::Fusion::Role::NotNormallyFusable;
+use Moose::Role;
+use namespace::autoclean;
+
+1;