* Add unanchor attempt check * Combine shared component and server component - Combines SharedGravityGeneratorComponent and GravityGeneratorComponent - AutoNetworked the GravityActiveBool * Remove SharedGravityGeneratorComponent * Update to SharedGravityGeneratorComponent * Fix to be a complete sentence * Dirty GravityActive whenever changed * Rename component and remove view variables * Update referenced component name * Move unanchor attempt to shared system * Add client system * Revert popup to PopupEntity * Fix popup to be PopupClient * Set access restriction on GravityActive
9 lines
145 B
C#
9 lines
145 B
C#
using Content.Shared.Gravity;
|
|
|
|
namespace Content.Client.Gravity;
|
|
|
|
public sealed class GravityGeneratorSystem : SharedGravityGeneratorSystem
|
|
{
|
|
|
|
}
|