namespace ET { [NumericWatcher(NumericType.Title)] public class NumericWatcher_Title : INumericWatcher { public async ETTask Run(Entity entity, float old, float value) { DelaySendSyncAttributeComponent.instance.Add(entity.As(), NumericType.Title, value); await ETTask.CompletedTask; } } }