Example #1
0
 public static bool IsEmpty(this CharacterItem data)
 {
     return(data == null || data.Equals(CharacterItem.Empty));
 }