Files
core/hwe/sammo/Command/NationCommand.php
T
2018-09-30 03:04:20 +09:00

6 lines
85 B
PHP

<?php
namespace sammo\Command;
abstract class NationCommand extends BaseCommand{
};