AGS.Editor.BuildTargetDataFile.GetRequiredLibraryPaths C# (CSharp) 메소드

GetRequiredLibraryPaths() 공개 메소드

public GetRequiredLibraryPaths ( ) : string>.IDictionary
리턴 string>.IDictionary
        public override IDictionary<string, string> GetRequiredLibraryPaths()
        {
            return new Dictionary<string, string>();
        }