namespace Content.Server.Body.Mechanisms.Behaviors { /// /// The behaviors of a brain, inhabitable by a player. /// public class BrainBehavior : MechanismBehavior { } }