Content update for NetEntities (#18935)
This commit is contained in:
@@ -13,9 +13,9 @@ public sealed class ColorFlashEffectEvent : EntityEventArgs
|
||||
/// </summary>
|
||||
public Color Color;
|
||||
|
||||
public List<EntityUid> Entities;
|
||||
public List<NetEntity> Entities;
|
||||
|
||||
public ColorFlashEffectEvent(Color color, List<EntityUid> entities)
|
||||
public ColorFlashEffectEvent(Color color, List<NetEntity> entities)
|
||||
{
|
||||
Color = color;
|
||||
Entities = entities;
|
||||
|
||||
Reference in New Issue
Block a user