mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-02 10:07:15 +02:00
* Fix missing Attribute suffix from some serialization attributes * Rename DataDefinition namespace to Definition
10 lines
166 B
C#
10 lines
166 B
C#
namespace Robust.Shared.Serialization.Manager.Definition
|
|
{
|
|
public enum InheritanceBehavior : byte
|
|
{
|
|
Default,
|
|
Always,
|
|
Never
|
|
}
|
|
}
|