(fbfb76aeb) Implement automatic extinguishing. TODO: should use the AIObjectiveLoop class.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:13:21 +03:00
parent ab2ca90d08
commit 7fb7c13198
14 changed files with 156 additions and 68 deletions
@@ -24,6 +24,8 @@ namespace Barotrauma
private bool removed;
private bool removed;
#if CLIENT
private List<Decal> burnDecals = new List<Decal>();
#endif