Make ActionsSystem.UpdateAction public (#30056)
This commit is contained in:
@@ -237,7 +237,7 @@ public abstract class SharedActionsSystem : EntitySystem
|
||||
}
|
||||
|
||||
#region ComponentStateManagement
|
||||
protected virtual void UpdateAction(EntityUid? actionId, BaseActionComponent? action = null)
|
||||
public virtual void UpdateAction(EntityUid? actionId, BaseActionComponent? action = null)
|
||||
{
|
||||
// See client-side code.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user