Optimize doafters (#7428)
This commit is contained in:
@@ -11,4 +11,10 @@ namespace Content.Server.DoAfter
|
||||
// we'll just send them the index. Doesn't matter if it wraps around.
|
||||
public byte RunningIndex;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Added to entities that are currently performing any doafters.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ActiveDoAfterComponent : Component {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user