找传奇、传世资源到传世资源站!

猎杀潜航鱼雷辅助-鱼雷发射角计算机

  • 资源分类:C#游戏开发
  • 发 布 人:房东的猫
  • 文件大小:未知
  • 文件格式:.zip
  • 浏览次数:3
  • 下载次数: 1
  • 发布时间:5月19日

  • 标签: 辅助
8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】猎杀潜航鱼雷辅助-鱼雷发射角计算机

计算鱼雷发射角

【相关图片】

from clipboard

【源码结构】

.
├── 鱼雷发射角计算机
│   ├── 鱼雷发射角计算机
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── AssemblyInfo.cs
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   └── netcoreapp3.1
│   │   │   │       ├── 鱼雷发射角计算机.deps.json
│   │   │   │       ├── 鱼雷发射角计算机.dll
│   │   │   │       ├── 鱼雷发射角计算机.exe
│   │   │   │       ├── 鱼雷发射角计算机.pdb
│   │   │   │       ├── 鱼雷发射角计算机.runtimeconfig.dev.json
│   │   │   │       └── 鱼雷发射角计算机.runtimeconfig.json
│   │   │   ├── Release
│   │   │   │   └── netcoreapp3.1
│   │   │   │       ├── 鱼雷发射角计算机.deps.json
│   │   │   │       ├── 鱼雷发射角计算机.dll
│   │   │   │       ├── 鱼雷发射角计算机.exe
│   │   │   │       ├── 鱼雷发射角计算机.pdb
│   │   │   │       ├── 鱼雷发射角计算机.runtimeconfig.dev.json
│   │   │   │       └── 鱼雷发射角计算机.runtimeconfig.json
│   │   │   └── x64
│   │   │       ├── Debug
│   │   │       │   ├── net5.0-windows
│   │   │       │   └── netcoreapp3.1
│   │   │       │       ├── 鱼雷发射角计算机.deps.json
│   │   │       │       ├── 鱼雷发射角计算机.dll
│   │   │       │       ├── 鱼雷发射角计算机.exe
│   │   │       │       ├── 鱼雷发射角计算机.pdb
│   │   │       │       ├── 鱼雷发射角计算机.runtimeconfig.dev.json
│   │   │       │       └── 鱼雷发射角计算机.runtimeconfig.json
│   │   │       └── Release
│   │   │           └── netcoreapp3.1
│   │   │               ├── 鱼雷发射角计算机.deps.json
│   │   │               ├── 鱼雷发射角计算机.dll
│   │   │               ├── 鱼雷发射角计算机.exe
│   │   │               ├── 鱼雷发射角计算机.pdb
│   │   │               ├── 鱼雷发射角计算机.runtimeconfig.dev.json
│   │   │               └── 鱼雷发射角计算机.runtimeconfig.json
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   └── netcoreapp3.1
│   │   │   │       ├── App.g.cs
│   │   │   │       ├── App.g.i.cs
│   │   │   │       ├── MainWindow.baml
│   │   │   │       ├── MainWindow.g.cs
│   │   │   │       ├── MainWindow.g.i.cs
│   │   │   │       ├── apphost.exe
│   │   │   │       ├── 鱼雷发射角计算机.AssemblyInfo.cs
│   │   │   │       ├── 鱼雷发射角计算机.AssemblyInfoInputs.cache
│   │   │   │       ├── 鱼雷发射角计算机.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │       ├── 鱼雷发射角计算机.assets.cache
│   │   │   │       ├── 鱼雷发射角计算机.csproj.CoreCompileInputs.cache
│   │   │   │       ├── 鱼雷发射角计算机.csproj.FileListAbsolute.txt
│   │   │   │       ├── 鱼雷发射角计算机.designer.deps.json
│   │   │   │       ├── 鱼雷发射角计算机.designer.runtimeconfig.json
│   │   │   │       ├── 鱼雷发射角计算机.dll
│   │   │   │       ├── 鱼雷发射角计算机.g.resources
│   │   │   │       ├── 鱼雷发射角计算机.genruntimeconfig.cache
│   │   │   │       ├── 鱼雷发射角计算机.pdb
│   │   │   │       ├── 鱼雷发射角计算机_MarkupCompile.cache
│   │   │   │       ├── 鱼雷发射角计算机_MarkupCompile.i.cache
│   │   │   │       └── 鱼雷发射角计算机_MarkupCompile.lref
│   │   │   ├── Release
│   │   │   │   └── netcoreapp3.1
│   │   │   │       ├── App.g.cs
│   │   │   │       ├── App.g.i.cs
│   │   │   │       ├── MainWindow.baml
│   │   │   │       ├── MainWindow.g.cs
│   │   │   │       ├── MainWindow.g.i.cs
│   │   │   │       ├── apphost.exe
│   │   │   │       ├── 鱼雷发射角计算机.AssemblyInfo.cs
│   │   │   │       ├── 鱼雷发射角计算机.AssemblyInfoInputs.cache
│   │   │   │       ├── 鱼雷发射角计算机.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │       ├── 鱼雷发射角计算机.assets.cache
│   │   │   │       ├── 鱼雷发射角计算机.csproj.CoreCompileInputs.cache
│   │   │   │       ├── 鱼雷发射角计算机.csproj.FileListAbsolute.txt
│   │   │   │       ├── 鱼雷发射角计算机.designer.deps.json
│   │   │   │       ├── 鱼雷发射角计算机.designer.runtimeconfig.json
│   │   │   │       ├── 鱼雷发射角计算机.dll
│   │   │   │       ├── 鱼雷发射角计算机.g.resources
│   │   │   │       ├── 鱼雷发射角计算机.genruntimeconfig.cache
│   │   │   │       ├── 鱼雷发射角计算机.pdb
│   │   │   │       ├── 鱼雷发射角计算机_MarkupCompile.cache
│   │   │   │       ├── 鱼雷发射角计算机_MarkupCompile.i.cache
│   │   │   │       └── 鱼雷发射角计算机_MarkupCompile.lref
│   │   │   ├── project.assets.json
│   │   │   ├── project.nuget.cache
│   │   │   ├── x64
│   │   │   │   ├── Debug
│   │   │   │   │   ├── net5.0-windows
│   │   │   │   │   │   ├── App.g.cs
│   │   │   │   │   │   ├── App.g.i.cs
│   │   │   │   │   │   ├── MainWindow.baml
│   │   │   │   │   │   ├── MainWindow.g.cs
│   │   │   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   │   │   ├── apphost.exe
│   │   │   │   │   │   ├── ref
│   │   │   │   │   │   │   └── 鱼雷发射角计算机.dll
│   │   │   │   │   │   ├── 鱼雷发射角计算机.AssemblyInfo.cs
│   │   │   │   │   │   ├── 鱼雷发射角计算机.AssemblyInfoInputs.cache
│   │   │   │   │   │   ├── 鱼雷发射角计算机.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │   │   │   ├── 鱼雷发射角计算机.assets.cache
│   │   │   │   │   │   ├── 鱼雷发射角计算机.csproj.AssemblyReference.cache
│   │   │   │   │   │   ├── 鱼雷发射角计算机.csproj.CoreCompileInputs.cache
│   │   │   │   │   │   ├── 鱼雷发射角计算机.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── 鱼雷发射角计算机.designer.deps.json
│   │   │   │   │   │   ├── 鱼雷发射角计算机.designer.runtimeconfig.json
│   │   │   │   │   │   ├── 鱼雷发射角计算机.dll
│   │   │   │   │   │   ├── 鱼雷发射角计算机.g.resources
│   │   │   │   │   │   ├── 鱼雷发射角计算机.genruntimeconfig.cache
│   │   │   │   │   │   ├── 鱼雷发射角计算机.pdb
│   │   │   │   │   │   ├── 鱼雷发射角计算机_MarkupCompile.cache
│   │   │   │   │   │   ├── 鱼雷发射角计算机_MarkupCompile.i.cache
│   │   │   │   │   │   └── 鱼雷发射角计算机_MarkupCompile.lref
│   │   │   │   │   └── netcoreapp3.1
│   │   │   │   │       ├── App.g.cs
│   │   │   │   │       ├── App.g.i.cs
│   │   │   │   │       ├── MainWindow.baml
│   │   │   │   │       ├── MainWindow.g.cs
│   │   │   │   │       ├── MainWindow.g.i.cs
│   │   │   │   │       ├── apphost.exe
│   │   │   │   │       ├── 鱼雷发射角计算机.AssemblyInfo.cs
│   │   │   │   │       ├── 鱼雷发射角计算机.AssemblyInfoInputs.cache
│   │   │   │   │       ├── 鱼雷发射角计算机.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │   │       ├── 鱼雷发射角计算机.assets.cache
│   │   │   │   │       ├── 鱼雷发射角计算机.csproj.AssemblyReference.cache
│   │   │   │   │       ├── 鱼雷发射角计算机.csproj.CoreCompileInputs.cache
│   │   │   │   │       ├── 鱼雷发射角计算机.csproj.FileListAbsolute.txt
│   │   │   │   │       ├── 鱼雷发射角计算机.designer.deps.json
│   │   │   │   │       ├── 鱼雷发射角计算机.designer.runtimeconfig.json
│   │   │   │   │       ├── 鱼雷发射角计算机.dll
│   │   │   │   │       ├── 鱼雷发射角计算机.g.resources
│   │   │   │   │       ├── 鱼雷发射角计算机.genruntimeconfig.cache
│   │   │   │   │       ├── 鱼雷发射角计算机.pdb
│   │   │   │   │       ├── 鱼雷发射角计算机_MarkupCompile.cache
│   │   │   │   │       ├── 鱼雷发射角计算机_MarkupCompile.i.cache
│   │   │   │   │       └── 鱼雷发射角计算机_MarkupCompile.lref
│   │   │   │   └── Release
│   │   │   │       └── netcoreapp3.1
│   │   │   │           ├── App.g.cs
│   │   │   │           ├── App.g.i.cs
│   │   │   │           ├── MainWindow.baml
│   │   │   │           ├── MainWindow.g.cs
│   │   │   │           ├── MainWindow.g.i.cs
│   │   │   │           ├── apphost.exe
│   │   │   │           ├── 鱼雷发射角计算机.AssemblyInfo.cs
│   │   │   │           ├── 鱼雷发射角计算机.AssemblyInfoInputs.cache
│   │   │   │           ├── 鱼雷发射角计算机.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │           ├── 鱼雷发射角计算机.assets.cache
│   │   │   │           ├── 鱼雷发射角计算机.csproj.CoreCompileInputs.cache
│   │   │   │           ├── 鱼雷发射角计算机.csproj.FileListAbsolute.txt
│   │   │   │           ├── 鱼雷发射角计算机.designer.deps.json
│   │   │   │           ├── 鱼雷发射角计算机.designer.runtimeconfig.json
│   │   │   │           ├── 鱼雷发射角计算机.dll
│   │   │   │           ├── 鱼雷发射角计算机.g.resources
│   │   │   │           ├── 鱼雷发射角计算机.genruntimeconfig.cache
│   │   │   │           ├── 鱼雷发射角计算机.pdb
│   │   │   │           ├── 鱼雷发射角计算机_MarkupCompile.cache
│   │   │   │           ├── 鱼雷发射角计算机_MarkupCompile.i.cache
│   │   │   │           ├── 鱼雷发射角计算机_MarkupCompile.i.lref
│   │   │   │           └── 鱼雷发射角计算机_MarkupCompile.lref
│   │   │   ├── 鱼雷发射角计算机.csproj.nuget.dgspec.json
│   │   │   ├── 鱼雷发射角计算机.csproj.nuget.g.props
│   │   │   └── 鱼雷发射角计算机.csproj.nuget.g.targets
│   │   ├── sh5.ico
│   │   ├── 鱼雷发射角计算机.csproj
│   │   └── 鱼雷发射角计算机.csproj.user
│   └── 鱼雷发射角计算机.sln
├── 猎杀潜航鱼雷辅助-鱼雷发射角计算机_鱼雷发射角计算机.rar
├── 鱼雷发射角计算机.part1.rar
├── 鱼雷发射角计算机.part2.rar
└── 鱼雷发射角计算机.part3.rar

25 directories, 151 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复