Fixed a few oversights

This commit is contained in:
Tony Bark 2025-02-18 08:22:16 -05:00
parent 740285f727
commit 447b102565
6 changed files with 1 additions and 13 deletions

View file

@ -1,5 +1,4 @@
using System.Diagnostics;
using SimAI;
using Xunit;
namespace SimAntics.Tests;

View file

@ -1,7 +1,7 @@
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
// If a copy of the MPL was not distributed with this file, You can obtain one at
// http://mozilla.org/MPL/2.0/.
namespace SimAI.Tests;
namespace SimAntics.Tests;
public class VMTest
{

View file

@ -1,8 +1,6 @@
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
// If a copy of the MPL was not distributed with this file, You can obtain one at
// http://mozilla.org/MPL/2.0/.
using SimAntics.Engine.Entities;
namespace SimAntics.Engine;
public class VMScheduler

View file

@ -1,10 +1,6 @@
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
// If a copy of the MPL was not distributed with this file, You can obtain one at
// http://mozilla.org/MPL/2.0/.
using SimAntics.Engine.Entities;
using SimAntics.Marshals;
namespace SimAntics.Engine;
/// <summary>

View file

@ -1,10 +1,6 @@
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
// If a copy of the MPL was not distributed with this file, You can obtain one at
// http://mozilla.org/MPL/2.0/.
using SimAI;
using SimAntics.Engine;
using SimAntics.Engine.Entities;
namespace SimAntics;
/// <summary>

View file

@ -1,7 +1,6 @@
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
// If a copy of the MPL was not distributed with this file, You can obtain one at
// http://mozilla.org/MPL/2.0/.
namespace SimAntics;
public class VMClock