diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Table/TableGet.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Table/TableGet.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/Structure/Instructions/Instrs/Table/TableGet.php b/src/Structure/Instructions/Instrs/Table/TableGet.php deleted file mode 100644 index bb7b58f..0000000 --- a/src/Structure/Instructions/Instrs/Table/TableGet.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Nsfisis\Waddiwasi\Structure\Instructions\Instrs\Table; - -use Nsfisis\Waddiwasi\Structure\Instructions\Instr; - -final readonly class TableGet extends Instr -{ - protected function __construct( - public int $table, - ) { - } - - public static function opName(): string - { - return "table.get"; - } -} |
