some-dungeon-game/class_randomitemfactory.php

10 lines
108 B
PHP
Raw Permalink Normal View History

2021-03-18 19:58:26 +00:00
<?php
class RandomItemFactory
{
static public function getItem(AbstractBeing $being)
{
}
}