[PropSpawnTweaks] Initial builds

This commit is contained in:
NotAKidoS 2024-06-22 01:49:44 -05:00
parent e2e4463663
commit cafd24bd2f
9 changed files with 402 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\loading_hexagon.assets">
<LogicalName>loading_hexagon.assets</LogicalName>
</EmbeddedResource> </ItemGroup>
</Project>