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);
 }