File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Terminal.Match3/FillStrategies
Unity.Match3/Assets/Scripts/FillStrategies
Match3.Infrastructure/Extensions
Match3.UnityPackage/Assets/Plugins/Match3/Runtime/Match3.Infrastructure/Extensions Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
using System . Collections . Generic ;
3
3
using Match3 . App ;
4
4
using Match3 . App . Interfaces ;
5
+ using Match3 . Infrastructure . Extensions ;
5
6
using Match3 . Infrastructure . Interfaces ;
6
7
using Terminal . Match3 . FillStrategies . Jobs ;
7
8
using Terminal . Match3 . Interfaces ;
8
- using Terminal . Match3 . Extensions ;
9
9
10
10
namespace Terminal . Match3 . FillStrategies
11
11
{
Original file line number Diff line number Diff line change 1
1
using System . Collections . Generic ;
2
- using Common . Extensions ;
3
2
using Common . Interfaces ;
4
3
using FillStrategies . Jobs ;
5
4
using Match3 . App ;
6
5
using Match3 . App . Interfaces ;
6
+ using Match3 . Infrastructure . Extensions ;
7
7
8
8
namespace FillStrategies
9
9
{
Original file line number Diff line number Diff line change 2
2
using Match3 . App ;
3
3
using Match3 . Core . Interfaces ;
4
4
5
- namespace Terminal . Match3 . Extensions
5
+ namespace Match3 . Infrastructure . Extensions
6
6
{
7
7
public static class ItemsSequenceExtensions
8
8
{
Original file line number Diff line number Diff line change 1
- using System . Collections . Generic ;
1
+ using System . Collections . Generic ;
2
2
using Match3 . App ;
3
3
using Match3 . Core . Interfaces ;
4
4
5
- namespace Common . Extensions
5
+ namespace Match3 . Infrastructure . Extensions
6
6
{
7
7
public static class ItemsSequenceExtensions
8
8
{
You can’t perform that action at this time.
0 commit comments