Cerys
3 weeks ago
2 changed files with 36 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
<?php |
|||
|
|||
namespace Darksparrow\DeegraphInteractions\DataStructures; |
|||
|
|||
class NewNodeDetails |
|||
{ |
|||
public UUID $ID; |
|||
public function __construct(array $serverResponse) |
|||
{ |
|||
$this->ID = $serverResponse["@id"]; |
|||
} |
|||
} |
Loading…
Reference in new issue