Predict Mind Roles (#39611)

This commit is contained in:
slarticodefast
2025-08-21 03:10:07 +02:00
committed by GitHub
parent b124d0def5
commit 9c546a0072
8 changed files with 53 additions and 63 deletions

View File

@@ -35,14 +35,6 @@ public sealed partial class MindRoleComponent : BaseMindRoleComponent
[DataField]
public bool ExclusiveAntag;
/// <summary>
/// The Mind that this role belongs to.
/// </summary>
/// <remarks>
/// TODO: Make this a datafield. Also components should not store other components.
/// </remarks>
public Entity<MindComponent> Mind;
/// <summary>
/// The Antagonist prototype of this role.
/// </summary>