This commit is contained in:
committed by
GitHub
parent
c5f7c61041
commit
cecf87997b
@@ -3,7 +3,7 @@ using Content.Shared.DoAfter;
|
||||
|
||||
namespace Content.Client.DoAfter
|
||||
{
|
||||
[RegisterComponent, Access(typeof(DoAfterSystem))]
|
||||
[RegisterComponent, Friend(typeof(DoAfterSystem))]
|
||||
public sealed class DoAfterComponent : SharedDoAfterComponent
|
||||
{
|
||||
public readonly Dictionary<byte, ClientDoAfter> DoAfters = new();
|
||||
|
||||
Reference in New Issue
Block a user