phan 1차

This commit is contained in:
2020-05-01 17:33:14 +09:00
parent f7a123c10b
commit ef5dd47604
27 changed files with 76 additions and 48 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
namespace sammo;
use \sammo\iAction;
use \sammo\General;
abstract class BaseNation implements iAction{
use \sammo\DefaultAction;
protected $name = '-';
protected $info = '';
static $pros = '';
static $cons = '';
}