Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
0HyperCube committed Jan 30, 2025
1 parent 7b6b2a6 commit 1cbd7b6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/microbe_stage/EnergyBalanceInfoEvaluated.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
using System.Collections.Generic;

/// <summary>
/// <summary>
/// Info regarding a microbe's energy balance in a patch, excluding consumption and production
/// </summary>
/// <remarks>
/// <para>
/// This does not take special modes the microbe can be into account, for example engulfing or binding
/// </para>
/// <para>
/// The consumption and production is not tracked, use <see cref="EnergyBalanceInfoFull"> to store it
/// The consumption and production is not tracked, use <see cref="EnergyBalanceInfoFull"/> to store it
/// </para>
/// </remarks>
public class EnergyBalanceInfoEvaluated
Expand Down

0 comments on commit 1cbd7b6

Please sign in to comment.