Renamed Sim class to TraitGenerator

- Moved TraitGenerator to PersonalityGenerator library
This commit is contained in:
Tony Bark 2025-02-07 08:57:57 -05:00
parent 5a68aecb9d
commit a8717a5177
5 changed files with 47 additions and 6 deletions

View file

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