mirror of
https://github.com/simtactics/SimAINet.git
synced 2025-03-22 11:42:19 +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 System.Diagnostics;
|
||||||
using SimAI;
|
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace SimAntics.Tests;
|
namespace SimAntics.Tests;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
// 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
|
// If a copy of the MPL was not distributed with this file, You can obtain one at
|
||||||
// http://mozilla.org/MPL/2.0/.
|
// http://mozilla.org/MPL/2.0/.
|
||||||
namespace SimAI.Tests;
|
namespace SimAntics.Tests;
|
||||||
|
|
||||||
public class VMTest
|
public class VMTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
// 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
|
// If a copy of the MPL was not distributed with this file, You can obtain one at
|
||||||
// http://mozilla.org/MPL/2.0/.
|
// http://mozilla.org/MPL/2.0/.
|
||||||
using SimAntics.Engine.Entities;
|
|
||||||
|
|
||||||
namespace SimAntics.Engine;
|
namespace SimAntics.Engine;
|
||||||
|
|
||||||
public class VMScheduler
|
public class VMScheduler
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
// 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
|
// If a copy of the MPL was not distributed with this file, You can obtain one at
|
||||||
// http://mozilla.org/MPL/2.0/.
|
// http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
using SimAntics.Engine.Entities;
|
|
||||||
using SimAntics.Marshals;
|
|
||||||
|
|
||||||
namespace SimAntics.Engine;
|
namespace SimAntics.Engine;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
// 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
|
// If a copy of the MPL was not distributed with this file, You can obtain one at
|
||||||
// http://mozilla.org/MPL/2.0/.
|
// http://mozilla.org/MPL/2.0/.
|
||||||
using SimAI;
|
|
||||||
using SimAntics.Engine;
|
|
||||||
using SimAntics.Engine.Entities;
|
|
||||||
|
|
||||||
namespace SimAntics;
|
namespace SimAntics;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
|
// 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
|
// If a copy of the MPL was not distributed with this file, You can obtain one at
|
||||||
// http://mozilla.org/MPL/2.0/.
|
// http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
namespace SimAntics;
|
namespace SimAntics;
|
||||||
|
|
||||||
public class VMClock
|
public class VMClock
|
||||||
|
|
Loading…
Add table
Reference in a new issue