refactor: 清除 SimEvent alias 遗留——统一使用 using CounterDrone.Core.Simulation
This commit is contained in:
parent
ced8d4014a
commit
fe7eb723a1
@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using CounterDrone.Core.Models;
|
||||
using SimEvent = CounterDrone.Core.Simulation.SimEvent;
|
||||
using CounterDrone.Core.Simulation;
|
||||
|
||||
namespace CounterDrone.Core.Services
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using CounterDrone.Core.Models;
|
||||
using SimEvent = CounterDrone.Core.Simulation.SimEvent;
|
||||
using CounterDrone.Core.Simulation;
|
||||
|
||||
namespace CounterDrone.Core.Services
|
||||
{
|
||||
|
||||
@ -4,7 +4,7 @@ using System.IO;
|
||||
using System.Linq;
|
||||
using CounterDrone.Core.Models;
|
||||
using SQLite;
|
||||
using SimEvent = CounterDrone.Core.Simulation.SimEvent;
|
||||
using CounterDrone.Core.Simulation;
|
||||
|
||||
namespace CounterDrone.Core.Services
|
||||
{
|
||||
|
||||
@ -4,7 +4,6 @@ using CounterDrone.Core.Algorithms;
|
||||
using CounterDrone.Core.Models;
|
||||
using CounterDrone.Core.Simulation;
|
||||
using UnityEngine;
|
||||
using SimEvent = CounterDrone.Core.Simulation.SimEvent;
|
||||
using AVector3 = CounterDrone.Core.Algorithms.Vector3;
|
||||
|
||||
namespace CounterDrone.Unity
|
||||
|
||||
@ -3,7 +3,7 @@ using CounterDrone.Core;
|
||||
using CounterDrone.Core.Models;
|
||||
using CounterDrone.Core.Services;
|
||||
using UnityEngine;
|
||||
using SimEvent = CounterDrone.Core.Simulation.SimEvent;
|
||||
using CounterDrone.Core.Simulation;
|
||||
|
||||
namespace CounterDrone.Unity
|
||||
{
|
||||
|
||||
@ -3,7 +3,6 @@ using CounterDrone.Core.Models;
|
||||
using CounterDrone.Core.Services;
|
||||
using CounterDrone.Core.Simulation;
|
||||
using Xunit;
|
||||
using SimEvent = CounterDrone.Core.Simulation.SimEvent;
|
||||
|
||||
namespace CounterDrone.Core.Tests
|
||||
{
|
||||
|
||||
@ -7,7 +7,6 @@ using CounterDrone.Core.Services;
|
||||
using CounterDrone.Core.Simulation;
|
||||
using SQLite;
|
||||
using Xunit;
|
||||
using SimEvent = CounterDrone.Core.Simulation.SimEvent;
|
||||
|
||||
namespace CounterDrone.Core.Tests
|
||||
{
|
||||
|
||||
@ -9,7 +9,6 @@ using CounterDrone.Core.Repository;
|
||||
using CounterDrone.Core.Services;
|
||||
using CounterDrone.Core.Simulation;
|
||||
using Xunit;
|
||||
using SimEvent = CounterDrone.Core.Simulation.SimEvent;
|
||||
|
||||
namespace CounterDrone.Core.Tests
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user