// Copyright 2018 RED Software, LLC. All Rights Reserved. using System; namespace IgniteEngine.IO { /// /// Attribute that marks the identity of an SHN file. /// [AttributeUsage(AttributeTargets.Property)] public class Identity : Attribute { } }