mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Documentation pass
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user