ObjectivesSystem.cs 154 B

1234567
  1. using Content.Shared.Objectives.Systems;
  2. namespace Content.Client.Objectives.Systems;
  3. public sealed class ObjectivesSystem : SharedObjectivesSystem
  4. {
  5. }