Added IsActive field to scripted events (allows disabling event-specific music when needed)
This commit is contained in:
@@ -35,6 +35,11 @@ namespace Barotrauma
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public virtual bool IsActive
|
||||
{
|
||||
get { return true; }
|
||||
}
|
||||
|
||||
public bool IsFinished
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user