Fabricator, deconstructor, itemspawner & itemremover syncing, fixed placing hulls in editor, misc cleanup

This commit is contained in:
Regalis
2016-01-10 17:10:22 +02:00
parent 81547c2c9c
commit 17f3ec7301
22 changed files with 343 additions and 99 deletions

View File

@@ -12,13 +12,11 @@ namespace Barotrauma.Items.Components
class Engine : Powered
{
float force;
private float force;
float targetForce;
private float targetForce;
float maxForce;
float powerPerForce;
private float maxForce;
//[Editable, HasDefaultValue(1.0f, true)]
//public float PowerPerForce