Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
修复一些问题
Browse files Browse the repository at this point in the history
  • Loading branch information
twoone3 committed Aug 7, 2022
1 parent d4f5792 commit 2a0fdea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 0 additions & 3 deletions BDSpyrunner.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ copy $(OutputPath)$(ProjectName).pdb ..\BDS\plugins\$(ProjectName).pdb
<Library Include="SDK\Lib\LiteLoader.lib" />
<Library Include="SDK\Lib\SymDBHelper.lib" />
</ItemGroup>
<ItemGroup>
<None Include=".clang-format" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
4 changes: 1 addition & 3 deletions BDSpyrunner.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</Filter>
<Filter Include="库文件">
<UniqueIdentifier>{b5a862e5-3add-4a64-bbd2-2343fd629406}</UniqueIdentifier>
<Extensions>lib</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -136,7 +137,4 @@
<Filter>库文件</Filter>
</Library>
</ItemGroup>
<ItemGroup>
<None Include=".clang-format" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions example/mc.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pyr的代码补全文件
# Code completion file for BDSpyrunner
# Copyright (c) 2022 twoone3
# All rights reserved.
# last change: 2022.7.24
# last change: 2022.8.7

from enum import Enum

Expand Down Expand Up @@ -965,7 +965,7 @@ def registerCommand(
pass


def getPlayer(name) -> list[Player]:
def getPlayer(name) -> Player:
pass


Expand Down

0 comments on commit 2a0fdea

Please sign in to comment.