Codegen fixes

This commit is contained in:
Madpwnhammer 2022-12-02 19:46:52 +03:00
parent 6f59e5b55f
commit 304356aad7
1 changed files with 3 additions and 5 deletions

View File

@ -2,11 +2,9 @@ using System;
using System.Collections;
using System.Collections.Generic;
#if !BHL_FRONT
using BitGames;
using BitGames.Autogen;
using UnityEngine;
using Leopotam.Ecs;
using bhl;
{%- for imp in imports ~%}
using {{imp}};
{%- endfor ~%}
#endif
{%- import "macro.twig" as macro -%}