public static ICharacter Construct(ICharacterBuilder builder)
 {
     builder.AddCharacterAttr();
     builder.AddGameObject();
     builder.AddInCharacterSystem();
     return(builder.GetResult());
 }