Skip to content

Commit

Permalink
修改Passage为使用Title
Browse files Browse the repository at this point in the history
  • Loading branch information
ModerRAS committed Aug 9, 2023
1 parent 94763c9 commit 0c8e190
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions BannerlordTwee/Models/Passage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

namespace BannerlordTwee.Models {
public class Passage {
public string Name { get; set; }
public string Position { get; set; }
public string Size { get; set; }
public List<string> Tags { get; set; }
public Title Title { get; set; }
public string RawHeader { get; set; }
public string RawContent { get; set; }
public string Content { get; set; }
Expand Down

0 comments on commit 0c8e190

Please sign in to comment.