Skip to content

Commit edb0d08

Browse files
committed
add GetInfo and change filename
add GetInfo
1 parent b4690a4 commit edb0d08

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Source/FieldTrainingLab.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<DesignTime>True</DesignTime>
5353
<DependentUpon>AssemblyVersion.tt</DependentUpon>
5454
</Compile>
55-
<Compile Include="FieldTrainingLab.cs" />
55+
<Compile Include="FieldTrainingLabModule.cs" />
5656
<Compile Include="Properties\AssemblyInfo.cs" />
5757
<Compile Include="InstallChecker.cs" />
5858
</ItemGroup>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,5 +208,10 @@ private int getCrewTrainedLevel(ProtoCrewMember crew)
208208

209209
return lastLog;
210210
}
211+
212+
public override string GetInfo()
213+
{
214+
return "Train Kerbals using Science Points.";
215+
}
211216
}
212217
}

0 commit comments

Comments
 (0)