コード例 #1
0
ファイル: character.php プロジェクト: TorbenKoehn/lok
 public function create_inventory($name, $type = inventory::TYPE_GENERAL)
 {
     return inventory::create($name, $type, $this);
 }