using System; namespace EcsRx.Attributes { [AttributeUsage(AttributeTargets.Class)] public class MultiThreadAttribute : Attribute {} }