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 + +```