Fixed compiler error in Limb.cs

This commit is contained in:
Joonas Rikkonen
2018-01-09 12:27:09 +02:00
parent 855891704d
commit 55e96b315f
@@ -17,7 +17,7 @@ namespace Barotrauma
private set; private set;
} }
private Sound hitSound; private string hitSound;
public string HitSound public string HitSound
{ {