소스 검색

chore: 更新工程信息

LanzaSchneider 2 년 전
부모
커밋
68ec819e6f
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Package.cs
  2. 1 0
      TBL.GodotSharp.Content.csproj

+ 1 - 1
Package.cs

@@ -17,7 +17,7 @@ public abstract partial class Package : Node
     /// <summary>
     /// 依赖项信息集
     /// </summary>
-    public readonly ICollection<DependencyInfo> Dependencies;
+    public readonly ICollection<DependencyInfo> Dependencies = new HashSet<DependencyInfo>();
 
     public override void _Ready()
     {

+ 1 - 0
TBL.GodotSharp.Content.csproj

@@ -3,5 +3,6 @@
     <PropertyGroup>
         <TargetFramework>net472</TargetFramework>
         <LangVersion>latest</LangVersion>
+        <Company>lanzainc.xyz</Company>
     </PropertyGroup>
 </Project>