Add plastique item
Add Door object Initial work for look up animation
This commit is contained in:
@@ -9,5 +9,5 @@ public interface IAppLogic : ILogicBlock<AppLogic.State>;
|
||||
[LogicBlock(typeof(State), Diagram = true)]
|
||||
public partial class AppLogic : LogicBlock<AppLogic.State>, IAppLogic
|
||||
{
|
||||
public override Transition GetInitialState() => To<State.MainMenu>();
|
||||
public override Transition GetInitialState() => To<State.Initialize>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user