- tweak: update engine

This commit is contained in:
2026-01-31 23:15:30 +03:00
parent 23fd1be3b0
commit 0026c52592
4 changed files with 4 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
{ {
"omnisharp.analyzeOpenDocumentsOnly": true, "omnisharp.analyzeOpenDocumentsOnly": true,
"dotnet.defaultSolution": "SpaceStation14.sln" "dotnet.defaultSolution": "SpaceStation14.sln",
"dotnet.preferCSharpExtension": true
} }

View File

@@ -61,7 +61,7 @@ namespace Content.IntegrationTests.Tests.Preferences
Color.Aquamarine, Color.Aquamarine,
Color.Azure, Color.Azure,
Color.Beige, Color.Beige,
128, new(),
new (), new (),
new() //AMOUR new() //AMOUR
), ),

View File

@@ -1,5 +0,0 @@
{
"sdk": {
"version": "8.0.205"
}
}