mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
forgot that one
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Robust.Shared.Serialization.Manager.Attributes
|
||||
{
|
||||
//todo paul find a way to constrain this to datafields only & make exclusive w/ alwayspush
|
||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
|
||||
|
||||
public class NeverPushInheritanceAttribute : Attribute
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user