8 lines
88 B
PHP
8 lines
88 B
PHP
<?php
|
|
namespace sammo\Scenario;
|
|
|
|
class NPC{
|
|
public function build($env=[]){
|
|
|
|
}
|
|
} |