Added IsActive field to scripted events (allows disabling event-specific music when needed)

This commit is contained in:
Regalis
2017-03-21 18:20:19 +02:00
parent 2722d3cf8d
commit d42d017aab
3 changed files with 44 additions and 4 deletions

View File

@@ -35,6 +35,11 @@ namespace Barotrauma
get;
set;
}
public virtual bool IsActive
{
get { return true; }
}
public bool IsFinished
{