Anomaly Vessel visuals + audio (#13927)
This commit is contained in:
@@ -124,4 +124,11 @@ public sealed partial class AnomalySystem : SharedAnomalySystem
|
||||
_ => throw new ArgumentOutOfRangeException()
|
||||
};
|
||||
}
|
||||
|
||||
public override void Update(float frameTime)
|
||||
{
|
||||
base.Update(frameTime);
|
||||
|
||||
UpdateVessels();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user