示例#1
0
 public bool IsComplete(Character character)
 {
     return character.HasWrittenBookWithTitle(_name);
 }