From a409b60f0f05e33abbaa910bce205ca88345e9c1 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Mon, 23 Oct 2023 11:15:07 +0300 Subject: [PATCH] Fixing README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6dc8f3b..7262d6e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This package is used for code generation of bhl2 LeoECS Lite bindings for C# usi Here the example of bindings declaration: +``` + @shared_tokens:{"bhl_bind":true, "bhl_ecslite_component_entity":"EcsEntity"} struct EcsEntity @@ -17,3 +19,5 @@ struct Position @bhl_native_class:`BitGames.GamePlay.Components.Position` @bhl_ecslite_component Value : Vector3 end + +```