8 lines
155 B
C#
8 lines
155 B
C#
using ActiveProtect.Models;
|
|
|
|
public interface ISimulationManager
|
|
{
|
|
Vector3D GetElementPosition(string elementId);
|
|
// 添加其他必要的方法
|
|
}
|