From ed0b8d6000fc00251aae3ee1b046029db0d4cf9f Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Wed, 26 Apr 2023 16:04:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 69f9974..2454b6d 100644 --- a/README.md +++ b/README.md @@ -43,15 +43,9 @@ Usage example: $twig->render("codegen_autobind.twig", [ 'imports' => ['UnityEngine'], + 'register_class' => 'BHL_AutoBindings', 'meta' => $meta ] ) ); - file_put_contents('types.cs', - $twig->render("codegen_types.twig", - [ - 'meta' => $meta - ] - ) - );