Move App logic to other projects
This commit is contained in:
10
Zennysoft.Game.Ma.Implementation/App/State/AppLogic.State.cs
Normal file
10
Zennysoft.Game.Ma.Implementation/App/State/AppLogic.State.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Chickensoft.Introspection;
|
||||
using Chickensoft.LogicBlocks;
|
||||
|
||||
namespace Zennysoft.Game.Ma.Implementation;
|
||||
|
||||
public partial class AppLogic
|
||||
{
|
||||
[Meta]
|
||||
public abstract partial record State : StateLogic<State>;
|
||||
}
|
||||
Reference in New Issue
Block a user