PlantholderComponent ECS (#12871)

This commit is contained in:
Nemanja
2022-12-18 13:12:28 -05:00
committed by GitHub
parent 7ba3f0b14a
commit 195bf86fe2
12 changed files with 720 additions and 680 deletions

View File

@@ -13,7 +13,7 @@ using Robust.Shared.Player;
using Robust.Shared.Random;
using Robust.Shared.Utility;
namespace Content.Server.Botany
namespace Content.Server.Botany.Systems
{
public sealed class BotanySwabSystem : EntitySystem
{