20 lines
383 B
C#
20 lines
383 B
C#
namespace Barotrauma
|
|
{
|
|
partial class DamageModifier
|
|
{
|
|
[Serialize("", IsPropertySaveable.No), Editable]
|
|
public string DamageSound
|
|
{
|
|
get;
|
|
private set;
|
|
}
|
|
|
|
[Serialize("", IsPropertySaveable.No), Editable]
|
|
public string DamageParticle
|
|
{
|
|
get;
|
|
private set;
|
|
}
|
|
}
|
|
}
|