add: Scene

This commit is contained in:
h z
2025-02-05 15:01:43 +00:00
parent 148b0a0f48
commit ed1b01f052
3 changed files with 95 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>false</IsPackable>
<IsPackable>true</IsPackable>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
@@ -11,6 +11,9 @@
<RootNamespace>Hangman.SDK.Generators</RootNamespace>
<AssemblyName>Hangman.SDK.Generators</AssemblyName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.1</Version>
<Authors>Hangman</Authors>
</PropertyGroup>
<ItemGroup>