示例#1
0
 public static bool RequireHitFlags(this ProcTriggerFlags flags)
 {
     return(flags.HasAnyFlag(ProcTriggerFlags.RequiringHitFlags));
 }