fish-station/Content.Server/_Sunrise/Fugitive/FugitiveRuleComponent.cs
Vigers Ray ffd3e3de14
Планетарная тюрьма (#187)
* Тюрьма (#150)

* Prison Init

* Новая карта для планетарных тюрем

* Готовая планетарная тюрьма

* Незначительное изменение тайлов

---------

Co-authored-by: Vigers Ray <60344369+VigersRay@users.noreply.github.com>

* Космическая тюрьма и всё остальное говно

* фиксы

* фикс PrisonlDoctor

* фикс PrisonDoctor

* день длится 20 минут

---------

Co-authored-by: SplikZerys <136282037+SplikZerys@users.noreply.github.com>
2024-07-12 04:21:12 +03:00

7 lines
226 B
C#

namespace Content.Server._Sunrise.Fugitive;
[RegisterComponent, Access(typeof(FugitiveSystem))]
public sealed partial class FugitiveRuleComponent : Component
{
public List<(EntityUid, string)> FugitiveMinds = new();
}