mirror of
https://github.com/simtactics/SimAINet.git
synced 2025-03-15 08:41:21 +00:00
Fixed a few oversights
This commit is contained in:
parent
740285f727
commit
447b102565
6 changed files with 1 additions and 13 deletions
|
@ -1,5 +1,4 @@
|
|||
using System.Diagnostics;
|
||||
using SimAI;
|
||||
using Xunit;
|
||||
|
||||
namespace SimAntics.Tests;
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue