Skip to content

Commit

Permalink
Ксенобио в общий доступ
Browse files Browse the repository at this point in the history
Поставил лицензию, которая дает возможность брать ксенобиологию другим серверам
  • Loading branch information
Gorox221 committed Aug 28, 2024
1 parent 83c0bae commit 0eb1d03
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Content.Server/Ganimed/XenoBiology.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Maded by Gorox for Enterprise. See CLA
/// Maded by Gorox CC-BY-SA 3.0
using System.Numerics;
using Content.Server.Ganimed.XenoBiology.Components;
using Content.Server.Ganimed.XenoFood.Components;
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/Ganimed/XenoBiologyComponent.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Maded by Gorox for Enterprise. See CLA
/// Maded by Gorox CC-BY-SA 3.0
using Content.Server.Ganimed.XenoBiology.Systems;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.List;
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/Ganimed/XenoFood.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Maded by Gorox for Enterprise. See CLA
/// Maded by Gorox CC-BY-SA 3.0
using Content.Server.Ganimed.XenoBiology.Systems;

namespace Content.Server.Ganimed.XenoFood.Components;
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/Ganimed/XenoPotionSystem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Maded by Gorox for Enterprise. See CLA
/// Maded by Gorox CC-BY-SA 3.0
using System.Linq;
using Content.Shared.Ganimed.XenoPotion.Components;
using Content.Server.Ganimed.XenoFood.Components;
Expand Down
2 changes: 1 addition & 1 deletion Content.Shared/Ganimed/Components/XenoPotionComponent.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Maded by Gorox for Enterprise. See CLA
/// Maded by Gorox CC-BY-SA 3.0
namespace Content.Shared.Ganimed.XenoPotion.Components;

[RegisterComponent, AutoGenerateComponentState, AutoGenerateComponentPause]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Maded by Gorox for Enterprise. See CLA
/// Maded by Gorox CC-BY-SA 3.0
using Robust.Shared.GameStates;
using Robust.Shared.Serialization;

Expand Down

0 comments on commit 0eb1d03

Please sign in to comment.