phan 1차
This commit is contained in:
@@ -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 = '';
|
||||
}
|
||||
Reference in New Issue
Block a user