예제 #1
0
 internal static bool IsEnginePart(this MechComponentDef componentDef)
 {
     return(componentDef.IsCategory("EnginePart"));
 }