Loading Assets/Scripts/Domain/CustomInput.cs +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ namespace Domain { _readers.Add(new AObertaReader(_history)); _readers.Add(new EObertaReader(_history)); _readers.Add(new OObertaReader(_history)); _readers.Add(new IDieresiReader(_history)); } public void UpdateInput() { Loading Assets/Scripts/Domain/Input/EObertaReader.cs +1 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,6 @@ using System.Linq; namespace Domain.Input { public class EObertaReader : SequentialInputReader { public EObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x45 }) { } public EObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x45 }, 0x10, false) { } } } No newline at end of file Assets/Scripts/Domain/Input/IDieresiReader.cs 0 → 100644 +8 −0 Original line number Diff line number Diff line using System.Collections.Generic; using System.Linq; namespace Domain.Input { public class IDieresiReader : SequentialInputReader { public IDieresiReader(KeyHistory history) : base(history, new List<int>{ 0xDE, 0x49 }, 0x10, true) { } } } No newline at end of file Assets/Scripts/Domain/Input/IDieresiReader.cs.meta 0 → 100644 +3 −0 Original line number Diff line number Diff line fileFormatVersion: 2 guid: 2a92ca1acc52425f8505b204a7ebc772 timeCreated: 1713294175 No newline at end of file Assets/Scripts/Domain/Input/OObertaReader.cs +1 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,6 @@ using System.Linq; namespace Domain.Input { public class OObertaReader : SequentialInputReader { public OObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x4F }) { } public OObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x4F }, 0x10, false) { } } } No newline at end of file Loading
Assets/Scripts/Domain/CustomInput.cs +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ namespace Domain { _readers.Add(new AObertaReader(_history)); _readers.Add(new EObertaReader(_history)); _readers.Add(new OObertaReader(_history)); _readers.Add(new IDieresiReader(_history)); } public void UpdateInput() { Loading
Assets/Scripts/Domain/Input/EObertaReader.cs +1 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,6 @@ using System.Linq; namespace Domain.Input { public class EObertaReader : SequentialInputReader { public EObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x45 }) { } public EObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x45 }, 0x10, false) { } } } No newline at end of file
Assets/Scripts/Domain/Input/IDieresiReader.cs 0 → 100644 +8 −0 Original line number Diff line number Diff line using System.Collections.Generic; using System.Linq; namespace Domain.Input { public class IDieresiReader : SequentialInputReader { public IDieresiReader(KeyHistory history) : base(history, new List<int>{ 0xDE, 0x49 }, 0x10, true) { } } } No newline at end of file
Assets/Scripts/Domain/Input/IDieresiReader.cs.meta 0 → 100644 +3 −0 Original line number Diff line number Diff line fileFormatVersion: 2 guid: 2a92ca1acc52425f8505b204a7ebc772 timeCreated: 1713294175 No newline at end of file
Assets/Scripts/Domain/Input/OObertaReader.cs +1 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,6 @@ using System.Linq; namespace Domain.Input { public class OObertaReader : SequentialInputReader { public OObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x4F }) { } public OObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x4F }, 0x10, false) { } } } No newline at end of file