using T3.Core.DataTypes; using T3.Core.DataTypes; using T3.Core.Operator; using T3.Core.Operator.Attributes; using T3.Core.Operator.Slots; using System.Runtime.InteropServices; using System.Threading; namespace Lib.flow.skillQuest { [Guid("702f1f75-df90-44ca-b567-78ba9d1613b5")] internal sealed class ValueQuiz : Instance { [Output(Guid = "6fbc9fd1-58c2-4b0b-accb-9850a8835120")] public readonly Slot Output = new Slot(); [Input(Guid = "270bda80-7f81-4f31-adb4-9cd5e8aea693")] public readonly InputSlot Yours = new InputSlot(); [Input(Guid = "c09a529a-dfe2-4bf8-86ce-369aeadbee4a")] public readonly InputSlot Goal = new InputSlot(); [Input(Guid = "ba4714ca-594a-4fab-aa01-bf02d1164eb2")] public readonly InputSlot DifferenceRange = new InputSlot(); [Input(Guid = "fe12fa62-9207-4a6a-bbb3-4d57218094bf")] public readonly InputSlot DisplayValueRange = new InputSlot(); } }