Renaming
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Syntriax.Modules.Action
|
||||
rigid.velocity = velocity;
|
||||
}
|
||||
|
||||
protected override void OnDeactivated()
|
||||
protected override void OnActionDeactivated()
|
||||
{
|
||||
if (!gameObjectToggleState.IsToggledNullChecked())
|
||||
return;
|
||||
@@ -67,7 +67,7 @@ namespace Syntriax.Modules.Action
|
||||
airSuspension = false;
|
||||
}
|
||||
|
||||
protected override void OnActivated()
|
||||
protected override void OnActionActivated()
|
||||
{
|
||||
if (!gameObjectToggleState.IsToggledNullChecked())
|
||||
return;
|
||||
|
Reference in New Issue
Block a user