コード例 #1
0
ファイル: Action.php プロジェクト: asiviero/forkwars
 private function formatThing(Thing $thing)
 {
     return array('reference' => 't:' . $thing->getReference(), 'x' => $thing->getPosition()->x, 'y' => $thing->getPosition()->y, 'code' => $thing->getName());
 }