Loading Assets/Scripts/Domain/CustomInput.cs +3 −2 Original line number Diff line number Diff line using System; using System.Collections.Generic; using System.Collections.Generic; using System.Linq; using Domain.Input; Loading @@ -21,6 +20,8 @@ namespace Domain { _readers.Add(new LlReader(_history)); _readers.Add(new SsReader(_history)); _readers.Add(new AObertaReader(_history)); _readers.Add(new EObertaReader(_history)); _readers.Add(new OObertaReader(_history)); } public void UpdateInput() { Loading Assets/Scripts/Domain/Input/EObertaReader.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 EObertaReader : SequentialInputReader { public EObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x45 }) { } } } No newline at end of file Assets/Scripts/Domain/Input/EObertaReader.cs.meta 0 → 100644 +3 −0 Original line number Diff line number Diff line fileFormatVersion: 2 guid: a3bca68b3d5a469e8c330a55588b872b timeCreated: 1713278867 No newline at end of file Assets/Scripts/Domain/Input/OObertaReader.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 OObertaReader : SequentialInputReader { public OObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x4F }) { } } } No newline at end of file Assets/Scripts/Domain/Input/OObertaReader.cs.meta 0 → 100644 +3 −0 Original line number Diff line number Diff line fileFormatVersion: 2 guid: 6c48f7b4484443ff85a813b1e5b6e11b timeCreated: 1713278895 No newline at end of file Loading
Assets/Scripts/Domain/CustomInput.cs +3 −2 Original line number Diff line number Diff line using System; using System.Collections.Generic; using System.Collections.Generic; using System.Linq; using Domain.Input; Loading @@ -21,6 +20,8 @@ namespace Domain { _readers.Add(new LlReader(_history)); _readers.Add(new SsReader(_history)); _readers.Add(new AObertaReader(_history)); _readers.Add(new EObertaReader(_history)); _readers.Add(new OObertaReader(_history)); } public void UpdateInput() { Loading
Assets/Scripts/Domain/Input/EObertaReader.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 EObertaReader : SequentialInputReader { public EObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x45 }) { } } } No newline at end of file
Assets/Scripts/Domain/Input/EObertaReader.cs.meta 0 → 100644 +3 −0 Original line number Diff line number Diff line fileFormatVersion: 2 guid: a3bca68b3d5a469e8c330a55588b872b timeCreated: 1713278867 No newline at end of file
Assets/Scripts/Domain/Input/OObertaReader.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 OObertaReader : SequentialInputReader { public OObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x4F }) { } } } No newline at end of file
Assets/Scripts/Domain/Input/OObertaReader.cs.meta 0 → 100644 +3 −0 Original line number Diff line number Diff line fileFormatVersion: 2 guid: 6c48f7b4484443ff85a813b1e5b6e11b timeCreated: 1713278895 No newline at end of file