Merge branch 'master' into 2020-05-18-midi

This commit is contained in:
zumorica
2020-05-21 19:50:09 +02:00
46 changed files with 928 additions and 30 deletions

View File

@@ -20,7 +20,7 @@ namespace Content.Shared.GameObjects.Components.Mobs
/// <summary>
/// Mob is standing up
/// </summary>
Stand,
Standing,
/// <summary>
/// Mob is laying down

View File

@@ -32,5 +32,6 @@ namespace Content.Shared.GameObjects.Components.Mobs
Health,
Hunger,
Thirst,
Stun,
}
}