mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-29 14:15:08 -08:00
Remove unsed string resource
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
Functions available from Library-Computer:
|
||||
0 = Cumulative galactic record
|
||||
1 = Status report
|
||||
2 = Photon torpedo data
|
||||
3 = Starbase nav data
|
||||
4 = Direction/distance calculator
|
||||
5 = Galaxy 'region name' map
|
||||
|
||||
@@ -8,8 +8,6 @@ namespace SuperStarTrek.Resources
|
||||
{
|
||||
internal static string CombatArea => GetResource();
|
||||
|
||||
internal static string ComputerFunctions => GetResource();
|
||||
|
||||
internal static string Congratulations => GetResource();
|
||||
|
||||
internal static string CourtMartial => GetResource();
|
||||
|
||||
Reference in New Issue
Block a user