Normalise member spacing

This commit is contained in:
Andrew Cooper
2021-04-15 21:44:43 +10:00
parent 99a847813c
commit 0f795c0725
11 changed files with 47 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ namespace SuperStarTrek.Systems.ComputerFunctions
}
internal string Description { get; }
protected Output Output { get; }
internal abstract void Execute(Quadrant quadrant);