1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-09-19 13:45:47 +02:00

fixed error in 2df216c

This commit is contained in:
Ell 2024-07-14 20:04:18 +02:00
parent 2df216c15d
commit fa60b5e8b1

View file

@ -42,7 +42,7 @@ namespace MLEM.Animations {
/// <summary>
/// Returns the amount of <see cref="SpriteAnimation"/> entries that this sprite animation group has.
/// </summary>
public int Count;
public int Count => this.animations.Count;
/// <summary>
/// Returns the <see cref="SpriteAnimation"/> at the given index.
/// </summary>