electricity bugfixes, destructable doors, ai improvements, removed rope, container changes

This commit is contained in:
Regalis
2015-05-27 01:02:30 +03:00
parent a1196d1876
commit 80648ffd46
51 changed files with 701 additions and 509 deletions
+5 -6
View File
@@ -4,17 +4,16 @@ namespace Subsurface
{
interface IDamageable
{
//float Damage
//{
// get;
// set;
//}
Vector2 SimPosition
{
get;
}
float Health
{
get;
}
void AddDamage(Vector2 position, float amount, float bleedingAmount, float stun);
}
}