Inheritance: Livet.NotificationObject
示例#1
0
 private static bool IsMegami(this ShipSlotData info)
 {
     return(info?.Source?.Id == 43);
 }
示例#2
0
 private static bool IsDamecon(this ShipSlotData info)
 {
     return(info?.Source?.Id == 42);
 }