Searched refs:LocomotorReferenceAttribute (Results 1 – 2 of 2) sorted by relevance
38 public sealed class LocomotorReferenceAttribute : Attribute { } class
34 …fields = traitInfo.GetType().GetFields().Where(f => f.HasAttribute<LocomotorReferenceAttribute>()); in Run()