Performance improvements
This commit is contained in:
10
Assets/Scripts/Structs/FallMove.cs
Normal file
10
Assets/Scripts/Structs/FallMove.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Services;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Structs {
|
||||
public struct FallMove {
|
||||
public Vector2Int from;
|
||||
public Vector2Int to;
|
||||
public Gem gem;
|
||||
}
|
||||
}
|
||||
3
Assets/Scripts/Structs/FallMove.cs.meta
Normal file
3
Assets/Scripts/Structs/FallMove.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 420c7135e99442e280e7ac7439d5c702
|
||||
timeCreated: 1765995012
|
||||
Reference in New Issue
Block a user