Initial commit

This commit is contained in:
Mausham Neupane
2026-01-05 00:11:51 +05:45
commit 05ee499ce3
2015 changed files with 835249 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
using UnityEngine;
namespace Darkmatter.Core
{
public interface IState
{
void Enter();
void Update();
void LateUpdate();
void Exit();
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 3508c66c9649d76439537bb7e9532896