FlowController로 공용 상속 클래스 변경
This commit is contained in:
parent
ff66c5d94f
commit
d580d611c1
@ -3,7 +3,7 @@
|
||||
|
||||
namespace DDD
|
||||
{
|
||||
public abstract class RestaurantFlowController : ScriptableObject
|
||||
public abstract class FlowController : ScriptableObject
|
||||
{
|
||||
public abstract Task InitializeController();
|
||||
|
Loading…
Reference in New Issue
Block a user