First commit for private source control. Older commits available on Github.
This commit is contained in:
9
Assets/Scripts/Framework/Managers/Hints/Data/BaseHint.cs
Normal file
9
Assets/Scripts/Framework/Managers/Hints/Data/BaseHint.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Cysharp.Threading.Tasks;
|
||||
|
||||
namespace BriarQueen.Framework.Managers.Hints.Data
|
||||
{
|
||||
public abstract class BaseHint
|
||||
{
|
||||
public abstract UniTask Activate();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3f85579f4af9471b8cbe5ddcff8f5702
|
||||
timeCreated: 1769724499
|
||||
Reference in New Issue
Block a user