FututeWand初步
This commit is contained in:
@@ -52,6 +52,12 @@ namespace Cielonos.MainGame.Characters
|
||||
}
|
||||
}
|
||||
|
||||
protected override void InitializeSubcontrollers()
|
||||
{
|
||||
base.InitializeSubcontrollers();
|
||||
behaviorSc?.Initialize();
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
{
|
||||
base.Update();
|
||||
@@ -93,9 +99,7 @@ namespace Cielonos.MainGame.Characters
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
protected virtual void UpdateGetHit()
|
||||
{
|
||||
_getHitTimer -= selfTimeSm.DeltaTime;
|
||||
|
||||
Reference in New Issue
Block a user