Merge pull request #5411 from RoosterDragon/general-clean
General Cleanup
This commit is contained in:
@@ -15,11 +15,11 @@ namespace OpenRA.Traits
|
||||
/* attributes used by RALint to understand the rules */
|
||||
|
||||
[AttributeUsage(AttributeTargets.Field)]
|
||||
public class ActorReferenceAttribute : Attribute { }
|
||||
public sealed class ActorReferenceAttribute : Attribute { }
|
||||
|
||||
[AttributeUsage(AttributeTargets.Field)]
|
||||
public class WeaponReferenceAttribute : Attribute { }
|
||||
public sealed class WeaponReferenceAttribute : Attribute { }
|
||||
|
||||
[AttributeUsage(AttributeTargets.Field)]
|
||||
public class VoiceReferenceAttribute : Attribute { }
|
||||
public sealed class VoiceReferenceAttribute : Attribute { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user