Colour changes, including our own colour library!

+ Also began work on namespace changes! Will need to be merged with any current pending namespace changes.
This commit is contained in:
2025-09-08 14:48:11 -04:00
parent 956d2009eb
commit 137db42446
7 changed files with 35 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>