Documentation pass

This commit is contained in:
2019-08-16 21:26:01 -07:00
parent a506dc492e
commit 5e48743a92
3 changed files with 17 additions and 2 deletions

View File

@ -6,10 +6,13 @@ namespace Restock
{
public class ModuleRestockISRUAnimation : PartModule
{
// name of the deploy animation to use
[KSPField] public string deployAnimationName = "";
// speed to run the animation when deploying
[KSPField] public float deploySpeed = 1.0f;
// speed to run the animation when retracting
[KSPField] public float retractSpeed = 1.0f;
public bool isDeployed = false;