Unstable v0.1300.0.2
This commit is contained in:
@@ -31,13 +31,16 @@ namespace Barotrauma
|
||||
return HasBody ? ShowWalls : ShowStructures;
|
||||
}
|
||||
}
|
||||
|
||||
private string specialTag;
|
||||
|
||||
#if DEBUG
|
||||
[Editable, Serialize("", true)]
|
||||
#else
|
||||
[Serialize("", true)]
|
||||
#endif
|
||||
public string SpecialTag
|
||||
{
|
||||
get { return specialTag; }
|
||||
set { specialTag = value; }
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
partial void InitProjSpecific()
|
||||
|
||||
Reference in New Issue
Block a user