Start refactoring UI concerns away from game and into UI logic class
This commit is contained in:
@@ -42,8 +42,6 @@ public partial class GameLogic
|
||||
|
||||
public readonly record struct SaveGame;
|
||||
|
||||
public readonly record struct AnnounceMessage(string Message);
|
||||
|
||||
public readonly record struct DoubleExpTimeStart(int lengthOfTimeInSeconds);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user