Object parenting; Ship module prototype; Use 64 bit
This commit is contained in:
parent
3f97e18615
commit
8335714acc
30 changed files with 436 additions and 62 deletions
9
scripts/Modules/EngineModule.cs
Normal file
9
scripts/Modules/EngineModule.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
public class EngineModule : VesselModule
|
||||
{
|
||||
public double BaseThrust { get; private set; }
|
||||
|
||||
public override double GetThrust()
|
||||
{
|
||||
return BaseThrust;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue