diff --git a/BDSpyrunner.vcxproj b/BDSpyrunner.vcxproj index ce0ab0f..80dac49 100644 --- a/BDSpyrunner.vcxproj +++ b/BDSpyrunner.vcxproj @@ -113,9 +113,6 @@ copy $(OutputPath)$(ProjectName).pdb ..\BDS\plugins\$(ProjectName).pdb - - - diff --git a/BDSpyrunner.vcxproj.filters b/BDSpyrunner.vcxproj.filters index e5225bf..218c264 100644 --- a/BDSpyrunner.vcxproj.filters +++ b/BDSpyrunner.vcxproj.filters @@ -11,6 +11,7 @@ {b5a862e5-3add-4a64-bbd2-2343fd629406} + lib @@ -136,7 +137,4 @@ 库文件 - - - \ No newline at end of file diff --git a/example/mc.pyi b/example/mc.pyi index 7202e56..757f216 100644 --- a/example/mc.pyi +++ b/example/mc.pyi @@ -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 @@ -965,7 +965,7 @@ def registerCommand( pass -def getPlayer(name) -> list[Player]: +def getPlayer(name) -> Player: pass